Changes in uspace/lib/c/generic/string.c [daab04c9:ea4910b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/string.c
rdaab04c9 rea4910b 565 565 } 566 566 567 str ncpy(dup, s, sz);567 strcpy(dup, s); 568 568 return dup; 569 569 }
Note:
See TracChangeset
for help on using the changeset viewer.