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.
Loading
Please register or sign in to comment
those functions differently than the strn* ones as they do not pad with zero to remaining bytes but guarantees a null terminator.