#ifndef CUTILS_COMMON_H_ #define CUTILS_COMMON_H_ void *smalloc (size_t size); void *srealloc (void *ptr, size_t size); #endif // CUTILS_COMMON_H_