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 | PARSE_ERR(z, l) PRINT_ERR2("%s:%d : " z, this->filename, l) |
#define | TOKEN_ERR(z, l) PRINT_ERR2("%s:%d : " z, this->filename, l) |
Define Documentation
#define isblank | ( | a | ) | (a == ' ' || a == '\t') |
#define PARSE_ERR | ( | z, | |||
l | ) | PRINT_ERR2("%s:%d : " z, this->filename, l) |
#define TOKEN_ERR | ( | z, | |||
l | ) | PRINT_ERR2("%s:%d : " z, this->filename, l) |
Generated on Wed Jun 3 23:12:29 2009 for Stage by
