Changeset 2071 for trunk/include/string.h
- Timestamp:
- Dec 14, 1999, 12:07:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/string.h
r2055 r2071 51 51 char * _Builtin __strncat( char *, const char *, size_t ); 52 52 int _Builtin __strncmp( const char *, const char *, size_t ); 53 #ifndef PE2LX 53 54 char * _LNK_CONV __strncpy( char *, const char *, size_t ); 55 #else 56 char * _Builtin __strncpy( char *, const char *, size_t ); 57 #endif 54 58 char * _Builtin __strrchr( const char *, int ); 55 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.