#include "setup.h"#include "constant.h"#include "envrnmnt.h"#include "memalloc.h"#include "router.h"#include "bload.h"#include "bsave.h"#include "cstrnbin.h"

Go to the source code of this file.
Classes | |
| struct | bsaveConstraintRecord |
Defines | |
| #define | _CSTRNBIN_SOURCE_ |
Typedefs | |
| typedef struct bsaveConstraintRecord | BSAVE_CONSTRAINT_RECORD |
Functions | |
| globle void | WriteNeededConstraints (void *theEnv, FILE *fp) |
| globle void | ReadNeededConstraints (void *theEnv) |
| globle void | ClearBloadedConstraints (void *theEnv) |
| #define _CSTRNBIN_SOURCE_ |
Definition at line 24 of file cstrnbin.c.
| typedef struct bsaveConstraintRecord BSAVE_CONSTRAINT_RECORD |
Definition at line 75 of file cstrnbin.c.
| globle void ClearBloadedConstraints | ( | void * | theEnv | ) |
Definition at line 257 of file cstrnbin.c.
| globle void ReadNeededConstraints | ( | void * | theEnv | ) |
Definition at line 195 of file cstrnbin.c.
| globle void WriteNeededConstraints | ( | void * | theEnv, | |
| FILE * | fp | |||
| ) |
Definition at line 93 of file cstrnbin.c.
1.5.6