7 lines
145 B
C
7 lines
145 B
C
|
#ifndef _MU_REPLACE_H
|
||
|
#define _MU_REPLACE_H
|
||
|
|
||
|
char *mu_replace(const char *prog_name, const char *src, const char *str, const char *fmt);
|
||
|
|
||
|
#endif
|