#ifndef _HAVE_UTIL_H #define _HAVE_UTIL_H #include #include void* util_malloc0(int size); int util_next_p2 ( int a ); #endif