#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <stdarg.h>
#include "replace.h"
#include "stage.hh"
#include "worldfile.hh"
Go to the source code of this file.
#define isblank |
( |
|
a | ) |
(a == ' ' || a == '\t') |
#define PARSE_ERR |
( |
|
z, |
|
|
|
l |
|
) |
| PRINT_ERR2("%s:%d : " z, this->filename.c_str(), l) |
#define TOKEN_ERR |
( |
|
z, |
|
|
|
l |
|
) |
| PRINT_ERR2("%s:%d : " z, this->filename.c_str(), l) |
void PrintProp |
( |
const char * |
key, |
|
|
CProperty * |
prop |
|
) |
| |