You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
когато извикаш
strncpy(argument, argv[1], len)
argument трябва да е указател към задалена памет, в случая - е само празен указател.
Ако кода работи - странно, би трябвало да гърми със segmentation fault.
The text was updated successfully, but these errors were encountered:
когато извикаш
strncpy(argument, argv[1], len)
argument трябва да е указател към задалена памет, в случая - е само празен указател.
Ако кода работи - странно, би трябвало да гърми със segmentation fault.
The text was updated successfully, but these errors were encountered: