Changes in common/include/stdlib.h [44e8541:dd50aa19] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/include/stdlib.h
r44e8541 rdd50aa19 122 122 __attribute__((malloc)); 123 123 124 extern void *reallocarray(void *ptr, size_t nelem, size_t elsize) 125 __attribute__((warn_unused_result)); 126 124 127 __HELENOS_DECLS_END; 125 128 #endif
Note:
See TracChangeset
for help on using the changeset viewer.