str_extra.c

Extra string functions library for C
git clone git://git.finwo.net/lib/str_extra.c
Log | Files | Refs | README

str_extra.h (183B)


      1 #ifndef __FINWO_STREXTRA_H__
      2 #define __FINWO_STREXTRA_H__
      3 
      4 #include "str_isHex.h"
      5 #include "strnstr.h"
      6 #include "strtoupper.h"
      7 #include "strcasecmp.h"
      8 
      9 #endif // __FINWO_STREXTRA_H__