#include <string.h>
#include "string2.h"
Include dependency graph for string2.cpp:
Go to the source code of this file.
Functions | |
void | MPKstring::FixStringForBackspaces (char str[]) |
void | MPKstring::TrimLeadingWhitespace (char str[]) |
void | MPKstring::TrimTrailingWhitespace (char str[]) |
Variables | |
const char | whitespace [] = "\r\n \t" |
|
Definition at line 8 of file string2.cpp. Referenced by MPKstring::TrimLeadingWhitespace(), and MPKstring::TrimTrailingWhitespace(). |