#include "oofpch_c.h"
#include "oofstr.h"
#include <ctype.h>
#include <resources.h>
#include <TextUtils.h>
#include <stdarg.h>
Include dependency graph for oofstr.cpp:

Functions | |
| int | OOF_stricmp (const char *s1, const char *s2) |
| Compare strings ignoring case. | |
| int | OOF_strnicmp (const char *s1, const char *s2, const unsigned int n) |
| Compare strings ignoring case, with length limit. | |
| OOFILE_EXPORT ostream & | operator<< (ostream &os, const oofString &str) |
| oofString | operator+ (const oofString &lhs, const char *rhs) |
| oofString | operator+ (const oofString &lhs, const oofString &rhs) |
|
||||||||||||
|
Compare strings ignoring case.
|
|
||||||||||||||||
|
Compare strings ignoring case, with length limit.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.5