Changes in uspace/lib/c/include/mem.h [2498b95:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/mem.h
r2498b95 r8d2dd7f2 1 1 /* 2 2 * Copyright (c) 2005 Martin Decky 3 * Copyright (c) 2018 Jiri Svoboda4 3 * All rights reserved. 5 4 * … … 50 49 extern int memcmp(const void *, const void *, size_t) 51 50 __attribute__((nonnull(1, 2))); 52 extern void *memchr(const void *, int, size_t)53 __attribute__((nonnull(1)));54 51 55 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.