#ifndef __UTIL_H #define __UTIL_H void xstrcat(char *s1, char *s2); #endif