LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
string_utils.h
Go to the documentation of this file.
1 
7 #ifndef __STRING_UTILS_H__
8 #define __STRING_UTILS_H__
9 
18 int strpos(const char *haystack, const char *needle);
19 
28 unsigned char strcount(const char *haystack, const char *needle);
29 
30 #endif /* __STRING_UTILS_H__ */
int strpos(const char *haystack, const char *needle)
Definition: string_utils.c:11
unsigned char strcount(const char *haystack, const char *needle)
Definition: string_utils.c:19