mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
6 lines
110 B
C
6 lines
110 B
C
#ifndef __UTIL_H__
|
|
#define __UTIL_H__
|
|
|
|
void replace_multiple_space_with_one(char *s);
|
|
|
|
#endif /* __UTIL_H__ */ |