#ifndef __UTIL_H #define __UTIL_H char *trim(char *s); #endif