]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
tests: don't abuse AT_BISON_CHECK.
[bison.git] / src / getargs.h
index d9d952022d29cb5217ed2dfda1b944ee795d43e4..b3a2a9b26fe0ec552c40179badffc035d903c8e9 100644 (file)
@@ -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_ */