Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 472 Bytes

Build status

header-only Windows implementation of the <strings.h> header.

tested on the following compilers:

  • Visual Studio
  • Clang for Windows (clang-cl)
  • GCC (MinGW)

implements the following functions:

  • bcmp
  • bcopy
  • bzero
  • explicit_bzero
  • index
  • rindex
  • ffs
  • ffsl
  • ffsll
  • strcasecmp
  • strncasecmp
  • strcasecmp_l
  • strncasecmp_l