Changeset 1017 for trunk/src/emx/include/string.h
- Timestamp:
- Jan 20, 2004, 2:35:09 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/string.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1016 r1017 172 172 */ 173 173 #if __BSD_VISIBLE 174 void * mempcpy(void *, const void *, size_t); 174 void * __mempcpy(void *, const void *, size_t); 175 #define mempcpy(d, s, n) __mempcpy(d, s, n) 175 176 #endif 176 177 /* bird: GNU stuff - end */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.