ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
strnstr.h File Reference
#include <string.h>
+ Include dependency graph for strnstr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strnstr (const char *s1, size_t s1len, const char *s2, size_t s2len)
 

Function Documentation

char* strnstr ( const char *  s1,
size_t  s1len,
const char *  s2,
size_t  s2len 
)

Definition at line 18 of file strnstr.cc.

View newest version in sPHENIX GitHub at line 18 of file strnstr.cc

References c, and s1.

Referenced by msg_buffer::format().

+ Here is the caller graph for this function: