cbook
cbook copied to clipboard
the book of c
Results
1
cbook issues
Sort by
recently updated
recently updated
newest added
i would recommend removing `strlcpy` and `strlcat` from the list and re-introducing `strncpy` and `strncat`. the reason is that the former are not always included in the strings.h library but...