#include "JString.h"#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <math.h>#include "Collections.h"#include "Dictionary.h"#include "DotString.h"#include "JTime.h"

Go to the source code of this file.
Namespaces | |
| namespace | cmlabs |
Defines | |
| #define | CHARREPLACE(var, ch, str) case ch: strcat(var, str); break; |
| #define | ADDCHAR(var, ch) var[strlen(var)+1] = 0; var[strlen(var)] = ch; |
Functions | |
| char | cmlabs::HTML2Char (char *s) |
| char | cmlabs::Dec2Char (char *str) |
| char | cmlabs::Hex2Char (char *str) |
Variables | |
| char * | cmlabs::cGREP_errors [] |
| #define ADDCHAR | ( | var, | |||
| ch | ) | var[strlen(var)+1] = 0; var[strlen(var)] = ch; |
Definition at line 2130 of file JString.cpp.
| #define CHARREPLACE | ( | var, | |||
| ch, | |||||
| str | ) | case ch: strcat(var, str); break; |
Definition at line 2082 of file JString.cpp.
1.5.6