mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 09:53:32 +00:00
pass len of input to replace_multiple_space_with_one()
add an input prompt to interactive mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef __UTIL_H__
|
||||
#define __UTIL_H__
|
||||
|
||||
void replace_multiple_space_with_one(char *s);
|
||||
void replace_multiple_space_with_one(char *s, size_t len);
|
||||
|
||||
#endif /* __UTIL_H__ */
|
||||
Reference in New Issue
Block a user