diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-20 06:16:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-20 06:16:38 +0000 |
commit | aab0963999b40fac0b8df76a889097e8bd703e1f (patch) | |
tree | 7b3bb5d5a797a39a9ae19be7891135fb6ccbc074 /include/string.h | |
parent | 0b4a2ea611511bcdf65937f83591b5d018dce3f0 (diff) |
Update.
2000-10-19 Ulrich Drepper <drepper@redhat.com>
* locales/iso14651_t1: Handle Macedonian correctly.
Patch by Damjan <arhiv@freemail.org.mk>.
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 9ccea02ad3..d27a8ebfa2 100644 --- a/include/string.h +++ b/include/string.h @@ -17,6 +17,12 @@ extern int __strncasecmp (__const char *__s1, __const char *__s2, size_t __n) __attribute_pure__; +extern int __strcasecmp (__const char *__s1, __const char *__s2) + __attribute_pure__; + +extern char *__strcasestr (__const char *__haystack, __const char *__needle) + __attribute_pure__; + extern char *__strdup (__const char *__string) __attribute_malloc__; extern char *__strndup (__const char *__string, size_t __n) |