micro-utils/libmu/parse_escape.h

6 lines
117 B
C
Raw Normal View History

2024-07-22 11:29:48 +00:00
#ifndef PARSE_ESCAPE_H
#define PARSE_ESCAPE_H
char *mu_parse_escape(const char *prog_name, const char *src);
#endif