#include "setup.h"#include <stdio.h>#include "conscomp.h"#include "dffctdef.h"#include "envrnmnt.h"#include "dffctcmp.h"

Go to the source code of this file.
Defines | |
| #define | _DFFCTCMP_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeffactsCompilerSetup (void *theEnv) |
| globle void | DeffactsCModuleReference (void *theEnv, FILE *theFile, int count, int imageID, int maxIndices) |
| #define _DFFCTCMP_SOURCE_ |
Definition at line 23 of file dffctcmp.c.
| #define _STDIO_INCLUDED_ |
Definition at line 30 of file dffctcmp.c.
| globle void DeffactsCModuleReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| int | count, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 249 of file dffctcmp.c.
| globle void DeffactsCompilerSetup | ( | void * | theEnv | ) |
Definition at line 53 of file dffctcmp.c.
1.5.6