#include <stdio.h>
#include <ctype.h>
#include "cghdr.h"
#include <string.h>
Go to the source code of this file.
#define CHKRV |
( |
|
v | ) |
{if ((v) == EOF) return EOF;} |
#define EMPTY |
( |
|
s | ) |
((s == 0) || (s)[0] == '\0') |
#define is_id_char |
( |
|
c | ) |
(isalnum(c) || ((c) == '.') || ((c) == '-') || !isascii(c)) |
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| ((a)>(b)?(a):(b)) |
#define MAX_OUTPUTLINE 128 |
#define MIN_OUTPUTLINE 60 |
char* agcanon |
( |
char * |
str, |
|
|
int |
html |
|
) |
| |
char* agcanonStr |
( |
char * |
str | ) |
|
char* agstrcanon |
( |
char * |
arg, |
|
|
char * |
buf |
|
) |
| |
Definition at line 678 of file write.c.
References AGDISC, agget(), CHKRV, FALSE, int, MAX_OUTPUTLINE, MIN_OUTPUTLINE, NULL, and TRUE.
Referenced by main(), scndump(), and write().