micro-utils/libmu/parse_escape.h
2024-07-22 14:29:48 +03:00

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