worldfile.cc File Reference
#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 "replace.h"
#include "stage_internal.h"
#include "worldfile.hh"
Defines | |
#define | isblank(a) (a == ' ' || a == '\t') |
#define | TOKEN_ERR(z, l) PRINT_ERR2("%s:%d : " z, this->filename, l) |
#define | PARSE_ERR(z, l) PRINT_ERR2("%s:%d : " z, this->filename, l) |
Define Documentation
|
|
|
|
|
|