Changeset 1079 for Whitix/branches/keobject/include/string.h
- Timestamp:
- 10/03/08 12:54:00 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/include/string.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/include/string.h
r1053 r1079 24 24 25 25 int strncpy(char* dest,char* src,int len); 26 int strcpy(char* dest,char* src);27 26 int strncmp(const char* s1,const char* s2,int num); 28 27 int strlen(char* str);