#ifndef __UTIL_H__ #define __UTIL_H__ void replace_multiple_space_with_one(char *s); #endif /* __UTIL_H__ */