Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/strstri.h
Go to the documentation of this file.
1
8
9
#ifndef __STRSTRI_H__
10
#define __STRSTRI_H__
11
12
namespace
Helpers
13
{
14
23
char
*
strstri
(
24
const
char
* s1,
25
const
char
* s2);
26
27
}
// end namespace
28
29
#endif
// __STRSTRI_H__
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::strstri
char * strstri(const char *s1, const char *s2)
Do case-insensitive search for string 2 (s2) in string 1 (s1). Similar to the C library's strstr().
Definition:
strstri.cpp:35
cplusplus
helpers
strstri.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6