diff options
Diffstat (limited to 'lib/strnumcmp.h')
-rw-r--r-- | lib/strnumcmp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strnumcmp.h b/lib/strnumcmp.h new file mode 100644 index 0000000..f6a02b2 --- /dev/null +++ b/lib/strnumcmp.h @@ -0,0 +1,4 @@ +int strintcmp (char const *, char const *) + _GL_ATTRIBUTE_NONNULL () _GL_ATTRIBUTE_PURE; +int strnumcmp (char const *, char const *, int, int) + _GL_ATTRIBUTE_NONNULL () _GL_ATTRIBUTE_PURE; |