gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:strncpy (0.01 seconds)
tkernel_2
monitor/cmdsvc/src/string.c - 6.8KB - 262 lines
249:  */
250: char* strncpy( char *dst, const char *src, size_t n )
251: {
t2ex
bsd_source/lib/libc/src_bsd/string/strncpy.c - 2.4KB - 62 lines
45: char *
46: strncpy(char *dst, const char *src, size_t n)
47: {