Changes in uspace/lib/c/include/mem.h [63f8966:61bfc370] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/mem.h
r63f8966 r61bfc370 44 44 extern void *memmove(void *, const void *, size_t); 45 45 46 extern int bcmp(const char *, const char*, size_t);46 extern int bcmp(const void *, const void *, size_t); 47 47 48 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.