#include "constrnt.h"#include "evaluatn.h"#include <stdio.h>


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE void | PrintConstraintReference (void *, FILE *, CONSTRAINT_RECORD *, int, int) |
| LOCALE void | ConstraintRecordToCode (FILE *, CONSTRAINT_RECORD *) |
| LOCALE int | ConstraintsToCode (void *, char *, char *, char *, int, FILE *, int, int) |
| #define LOCALE extern |
Definition at line 39 of file cstrncmp.h.
| LOCALE void ConstraintRecordToCode | ( | FILE * | , | |
| CONSTRAINT_RECORD * | ||||
| ) |
| LOCALE int ConstraintsToCode | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| char * | , | |||
| int | , | |||
| FILE * | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 48 of file cstrncmp.c.
| LOCALE void PrintConstraintReference | ( | void * | , | |
| FILE * | , | |||
| CONSTRAINT_RECORD * | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 207 of file cstrncmp.c.
1.5.6