![]() |
|
|||
File indexing completed on 2025-08-03 08:20:42
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__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |