#include "setup.h"#include <stdio.h>#include "conscomp.h"#include "globldef.h"#include "envrnmnt.h"#include "globlcmp.h"

Go to the source code of this file.
Defines | |
| #define | _GLOBLCMP_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DefglobalCompilerSetup (void *theEnv) |
| globle void | DefglobalCModuleReference (void *theEnv, FILE *theFile, int count, int imageID, int maxIndices) |
| globle void | DefglobalCConstructReference (void *theEnv, FILE *theFile, void *vTheGlobal, int imageID, int maxIndices) |
| #define _GLOBLCMP_SOURCE_ |
Definition at line 23 of file globlcmp.c.
| #define _STDIO_INCLUDED_ |
Definition at line 30 of file globlcmp.c.
| globle void DefglobalCConstructReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| void * | vTheGlobal, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 297 of file globlcmp.c.
| globle void DefglobalCModuleReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| int | count, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 279 of file globlcmp.c.
| globle void DefglobalCompilerSetup | ( | void * | theEnv | ) |
Definition at line 53 of file globlcmp.c.
1.5.6