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