fixed echo, xargs
This commit is contained in:
parent
2a90ce246c
commit
c705f3b30b
5 changed files with 131 additions and 64 deletions
5
libmu/parse_escape.h
Normal file
5
libmu/parse_escape.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef PARSE_ESCAPE_H
|
||||
#define PARSE_ESCAPE_H
|
||||
|
||||
char *mu_parse_escape(const char *prog_name, const char *src);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue