7 #ifndef __STRING_UTILS_H__
8 #define __STRING_UTILS_H__
18 int strpos(
const char *haystack,
const char *needle);
28 unsigned char strcount(
const char *haystack,
const char *needle);
int strpos(const char *haystack, const char *needle)
unsigned char strcount(const char *haystack, const char *needle)