#include "setup.h"#include "constant.h"#include "conscomp.h"#include "envrnmnt.h"#include "memalloc.h"#include "router.h"#include "sysdep.h"#include "cstrncmp.h"

Go to the source code of this file.
Defines | |
| #define | _CSTRNCMP_SOURCE_ |
Functions | |
| globle int | ConstraintsToCode (void *theEnv, char *fileName, char *pathName, char *fileNameBuffer, int fileID, FILE *headerFP, int imageID, int maxIndices) |
| globle void | PrintConstraintReference (void *theEnv, FILE *fp, CONSTRAINT_RECORD *cPtr, int imageID, int maxIndices) |
| #define _CSTRNCMP_SOURCE_ |
Definition at line 27 of file cstrncmp.c.
| globle int ConstraintsToCode | ( | void * | theEnv, | |
| char * | fileName, | |||
| char * | pathName, | |||
| char * | fileNameBuffer, | |||
| int | fileID, | |||
| FILE * | headerFP, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 48 of file cstrncmp.c.
| globle void PrintConstraintReference | ( | void * | theEnv, | |
| FILE * | fp, | |||
| CONSTRAINT_RECORD * | cPtr, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 207 of file cstrncmp.c.
1.5.6