diff options
Diffstat (limited to 'newlib/libc/stdlib/rpmatch.c')
-rw-r--r-- | newlib/libc/stdlib/rpmatch.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/rpmatch.c b/newlib/libc/stdlib/rpmatch.c index 0bbdf43..93d2c3f 100644 --- a/newlib/libc/stdlib/rpmatch.c +++ b/newlib/libc/stdlib/rpmatch.c @@ -5,15 +5,10 @@ FUNCTION INDEX rpmatch -ANSI_SYNOPSIS +SYNOPSIS #include <stdlib.h> int rpmatch(const char *<[response]>); -TRAD_SYNOPSIS - #include <stdlib.h> - int rpmatch(<[response]>) - const char *<[response]>; - DESCRIPTION The <<rpmatch>> function determines whether <[response]> is an affirmative or negative response to a question according to the current locale. |