#ifndef __UTIL_H #define __UTIL_H #include #include #include #include #include #include int uniq_id(); char *alloc_new_str_s(char *str, size_t size); char *alloc_new_str(char *str); off_t file_size(const char *fname); #endif