X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f805dfcb3fc6517dd0a49939fd6610999afcca00..4b7a4c1b1c8c18e9ad2517c117442b9b7d7e671a:/src/getargs.h?ds=sidebyside diff --git a/src/getargs.h b/src/getargs.h index d9d95202..b3a2a9b2 100644 --- a/src/getargs.h +++ b/src/getargs.h @@ -140,4 +140,7 @@ void getargs (int argc, char *argv[]); void language_argmatch (char const *arg, int prio, location loc); void skeleton_arg (const char *arg, int prio, location loc); +/** In the string \c s, replace all characters \c from by \c to. */ +void tr (char *s, char from, char to); + #endif /* !GETARGS_H_ */