1 2 3 4 5 6 7 8
#ifndef MLIB_ALLOC_H #define MLIB_ALLOC_H #include <stddef.h> void *bufalloc(void *, size_t, size_t); #endif /* !MLIB_ALLOC_H */