#ifndef __UTIL #define __UTIL char *burn_strdup(char *s); char *burn_strndup(char *s, int n); #endif