ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
strnstr.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file strnstr.h
1 #ifndef __STRNSTR_H__
2 #define __STRNSTR_H__
3 
4 #include <string.h>
5 
6 char * strnstr (const char *s1, size_t s1len, const char *s2, size_t s2len);
7 
8 #endif /* __STRNSTR_H__ */