#ifndef __STRING_UTIL_H #define __STRING_UTIL_H void trim_leading(char *str); void trim_multi(char *str); #endif