diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-04 15:44:18 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-04 15:44:18 +0000 |
| commit | 32ac3aa6ac8f0dc9a240611a3696c0e5510b841d (patch) | |
| tree | e90307b76f90493739ad31506a9890c4c82c22a3 /src/include | |
| parent | 81c0e9dc69dcb2a5e498ee53ce47acef06ab4f77 (diff) | |
| download | skalibs-32ac3aa6ac8f0dc9a240611a3696c0e5510b841d.tar.gz | |
Optimize sig_name and sig_number, add stringkey_bcasecmp etc.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/skalibs/bytestr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/skalibs/bytestr.h b/src/include/skalibs/bytestr.h index c99a94b..756b9df 100644 --- a/src/include/skalibs/bytestr.h +++ b/src/include/skalibs/bytestr.h @@ -52,7 +52,11 @@ extern int case_startb (char const *, size_t, char const *) gccattr_pure ; extern int str_cmp (void const *, void const *) gccattr_pure ; extern int str_bcmp (void const *, void const *) gccattr_pure ; +extern int str_casecmp (void const *, void const *) gccattr_pure ; +extern int str_bcasecmp (void const *, void const *) gccattr_pure ; extern int stringkey_cmp (void const *, void const *) gccattr_pure ; extern int stringkey_bcmp (void const *, void const *) gccattr_pure ; +extern int stringkey_casecmp (void const *, void const *) gccattr_pure ; +extern int stringkey_bcasecmp (void const *, void const *) gccattr_pure ; #endif |
