Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:53

0001 #ifndef __STRNSTR_H__
0002 #define __STRNSTR_H__
0003 
0004 #include <string.h>
0005 
0006 char * strnstr (const char *s1, size_t s1len, const char *s2, size_t s2len);
0007 
0008 #endif /* __STRNSTR_H__ */