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