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