#ifndef MLIB_ALLOC_H #define MLIB_ALLOC_H #include void *bufalloc(void *, size_t, size_t); #endif /* !MLIB_ALLOC_H */