gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:strlcpy (0.03 seconds)
t2ex
bsd_source/lib/libc/src_bsd/string/strlcpy.c - 1.8KB - 51 lines
27: size_t
28: strlcpy(char *dst, const char *src, size_t siz)
29: {