Changeset dd50aa19 in mainline for common/include/stdlib.h
- Timestamp:
- 2024-09-12T12:35:23Z (8 months ago)
- Branches:
- master
- Children:
- 899bdfd
- Parents:
- 2ee6351
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-11 13:51:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 12:35:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/include/stdlib.h
r2ee6351 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.