diff options
Diffstat (limited to 'newlib/libc/string/strverscmp.c')
-rw-r--r-- | newlib/libc/string/strverscmp.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/newlib/libc/string/strverscmp.c b/newlib/libc/string/strverscmp.c index 83f0532..04aa721 100644 --- a/newlib/libc/string/strverscmp.c +++ b/newlib/libc/string/strverscmp.c @@ -5,18 +5,11 @@ FUNCTION INDEX strverscmp -ANSI_SYNOPSIS +SYNOPSIS #define _GNU_SOURCE #include <string.h> int strverscmp(const char *<[a]>, const char *<[b]>); -TRAD_SYNOPSIS - #define _GNU_SOURCE - #include <string.h> - int strverscmp(<[a]>, <[b]>) - char *<[a]>; - char *<[b]>; - DESCRIPTION <<strverscmp>> compares the string at <[a]> to the string at <[b]> in a version-logical order. |