This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-25/mockenv/lib/python3.6/site-packages/Cython/Includes/posix/strings.pxd
2022-07-22 16:13:59 +05:30

10 lines
374 B
Cython

cdef extern from "<strings.h>" nogil:
int bcmp(const void *, const void *, size_t)
void bcopy(const void *, void *, size_t)
void bzero(void *, size_t)
int ffs(int)
char *index(const char *, int)
char *rindex(const char *, int)
int strcasecmp(const char *, const char *)
int strncasecmp(const char *, const char *, size_t)