Parent Directory
|
Revision Log
|
Patch
revision 50 by rakinar2, Thu Aug 15 18:10:51 2024 UTC | revision 51 by rakinar2, Fri Aug 16 18:34:43 2024 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ifndef PLIBC_MALLOC_H | #ifndef PLIBC_MALLOC_H |
2 | #define PLIBC_MALLOC_H | #define PLIBC_MALLOC_H |
3 | ||
4 | #include <stddef.h> | #include "stddef.h" |
5 | ||
6 | void *malloc (size_t size); | void *malloc (size_t size); |
7 | void *calloc (size_t nmemb, size_t size); | void *calloc (size_t nmemb, size_t size); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |