#ifndef PARSE_ESCAPE_H #define PARSE_ESCAPE_H char *mu_parse_escape(const char *prog_name, const char *src); #endif