MISR Toolkit
1.5.1
|
Go to the source code of this file.
Macros | |
#define | MAXLABLINE 300 |
#define | INDENTSIZE 2 |
#define | MINAMESIZE 20 |
#define | indentf(X) for (i=0 ; i < X ; i++) stmt[len++] = ' ' |
Functions | |
void | WriteLabel (FILE *output_file, AGGREGATE base_node) |
#define indentf | ( | X | ) | for (i=0 ; i < X ; i++) stmt[len++] = ' ' |
Definition at line 115 of file wrtlabel.c.
#define INDENTSIZE 2 |
Definition at line 104 of file wrtlabel.c.
#define MAXLABLINE 300 |
Definition at line 103 of file wrtlabel.c.
#define MINAMESIZE 20 |
Definition at line 105 of file wrtlabel.c.
void WriteLabel | ( | FILE * | output_file, |
AGGREGATE | base_node | ||
) |
Definition at line 118 of file wrtlabel.c.