strlcpy/strlcat api for portability's sake.
those functions differently than the strn* ones as they do not pad with zero to remaining bytes but guarantees a null terminator.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
strcpy works!
|
||||
strncpy works!
|
||||
strncpy shaaaaaaaaa
|
||||
strlcpy works!
|
||||
copied 14
|
||||
strlcpy works! and strlcat!
|
||||
copied 13
|
||||
|
||||
Reference in New Issue
Block a user