1 2 3 4 5 6 7 8
#ifndef SS_MEM_H #define SS_MEM_H #include <stddef.h> void* xmalloc(size_t size); #endif /* SS_MEM_H */