#ifndef __UTIL_H #define __UTIL_H #include #include #include #include #include char *alloc_new_str_s(char *str, size_t size); char *alloc_new_str(char *str); #endif