#include "setup.h"#include "bload.h"#include "bsave.h"#include "envrnmnt.h"#include "memalloc.h"#include "cstrcbin.h"#include "defins.h"#include "modulbin.h"#include "dfinsbin.h"

Go to the source code of this file.
Classes | |
| struct | bsaveDefinstancesModule |
| struct | bsaveDefinstances |
Defines | |
| #define | _DFINSBIN_SOURCE_ |
Typedefs | |
| typedef struct bsaveDefinstancesModule | BSAVE_DEFINSTANCES_MODULE |
| typedef struct bsaveDefinstances | BSAVE_DEFINSTANCES |
Functions | |
| globle void | SetupDefinstancesBload (void *theEnv) |
| globle void * | BloadDefinstancesModuleRef (void *theEnv, int theIndex) |
| #define _DFINSBIN_SOURCE_ |
Definition at line 38 of file dfinsbin.c.
| typedef struct bsaveDefinstances BSAVE_DEFINSTANCES |
| typedef struct bsaveDefinstancesModule BSAVE_DEFINSTANCES_MODULE |
| globle void* BloadDefinstancesModuleRef | ( | void * | theEnv, | |
| int | theIndex | |||
| ) |
Definition at line 144 of file dfinsbin.c.
| globle void SetupDefinstancesBload | ( | void * | theEnv | ) |
Definition at line 101 of file dfinsbin.c.
1.5.6