vmrcli/include/util.h
2024-06-27 19:18:28 +01:00

6 lines
110 B
C

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