6 lines
117 B
C
6 lines
117 B
C
|
#ifndef PARSE_ESCAPE_H
|
||
|
#define PARSE_ESCAPE_H
|
||
|
|
||
|
char *mu_parse_escape(const char *prog_name, const char *src);
|
||
|
#endif
|