#include "setup.h"#include <stdio.h>#include "memalloc.h"#include "bload.h"#include "bsave.h"#include "factbin.h"#include "cstrnbin.h"#include "factmngr.h"#include "tmpltpsr.h"#include "tmpltdef.h"#include "tmpltutl.h"#include "envrnmnt.h"#include "tmpltbin.h"

Go to the source code of this file.
Defines | |
| #define | _TMPLTBIN_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeftemplateBinarySetup (void *theEnv) |
| globle void * | BloadDeftemplateModuleReference (void *theEnv, int theIndex) |
| #define _STDIO_INCLUDED_ |
Definition at line 32 of file tmpltbin.c.
| #define _TMPLTBIN_SOURCE_ |
Definition at line 25 of file tmpltbin.c.
| globle void* BloadDeftemplateModuleReference | ( | void * | theEnv, | |
| int | theIndex | |||
| ) |
Definition at line 596 of file tmpltbin.c.
| globle void DeftemplateBinarySetup | ( | void * | theEnv | ) |
Definition at line 68 of file tmpltbin.c.
1.5.6