diff options
| author | Aymeric Wibo <obiwac@gmail.com> | 2022-08-24 23:20:13 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-08-31 01:20:28 +0000 |
| commit | 27e60668bf29dc4da3409168967974e7ee3ffddc (patch) | |
| tree | 06a8315906db650ca15b74ee39c7210806efe1b2 /include/string.h | |
| parent | a7593bf87d54bb7d6c7224264bf507b1b41efcc7 (diff) | |
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index afa90c3f2536..29683eefa15b 100644 --- a/include/string.h +++ b/include/string.h @@ -81,6 +81,7 @@ char *strcat(char * __restrict, const char * __restrict); char *strchr(const char *, int) __pure; #if __BSD_VISIBLE char *strchrnul(const char*, int) __pure; +int strverscmp(const char *, const char *) __pure; #endif int strcmp(const char *, const char *) __pure; int strcoll(const char *, const char *); |
