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