Changeset View
Changeset View
Standalone View
Standalone View
intern/string/intern/STR_String.cpp
| Show All 31 Lines | |||||
| * This file was formerly known as: GEN_StdString.cpp. | * This file was formerly known as: GEN_StdString.cpp. | ||||
| */ | */ | ||||
| #include <stdio.h> | #include <stdio.h> | ||||
| #include <stdarg.h> | #include <stdarg.h> | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include <ctype.h> | #include <ctype.h> | ||||
| #include <string.h> | #include <string.h> | ||||
| #if defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__) || defined(_AIX) | #if defined(_AIX) | ||||
| # include <strings.h> | # include <strings.h> | ||||
| #endif | #endif | ||||
| #include "STR_String.h" | #include "STR_String.h" | ||||
| /*------------------------------------------------------------------------------------------------- | /*------------------------------------------------------------------------------------------------- | ||||
| Construction / destruction | Construction / destruction | ||||
| -------------------------------------------------------------------------------------------------*/ | -------------------------------------------------------------------------------------------------*/ | ||||
| ▲ Show 20 Lines • Show All 692 Lines • Show Last 20 Lines | |||||