Skip to content

strlcpy/strlcat api for portability's sake.

David CARLIER requested to merge devnexen/relibc:string_strlcpy_api into master

those functions differently than the strn* ones as they do not pad with zero to remaining bytes but guarantees a null terminator.

Merge request reports