Commit 0f64ba53 by Richard Henderson

New file.

From-SVN: r45366
parent 7743fdb9
extern int __dummy (void *__preg, const char *__string);
extern int rpmatch (const char *response);
int
rpmatch (const char *response)
{
auto inline int try (void *re);
inline int try (void *re)
{
return __dummy (re, response);
}
static void *yesre;
return (try (&yesre));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment