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