Skip to content

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

License

Notifications You must be signed in to change notification settings

frejoel/strings_h

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.9%
  • Python 15.2%
  • CMake 2.9%