vmrcli/include/util.h
2024-06-27 22:06:15 +01:00

6 lines
122 B
C

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