00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef _H_cstrncmp
00023 #define _H_cstrncmp
00024
00025 #ifndef _H_evaluatn
00026 #include "evaluatn.h"
00027 #endif
00028 #ifndef _H_constrnt
00029 #include "constrnt.h"
00030 #endif
00031
00032 #ifdef LOCALE
00033 #undef LOCALE
00034 #endif
00035
00036 #ifdef _CSTRNCMP_SOURCE_
00037 #define LOCALE
00038 #else
00039 #define LOCALE extern
00040 #endif
00041
00042 #ifndef _STDIO_INCLUDED_
00043 #define _STDIO_INCLUDED_
00044 #include <stdio.h>
00045 #endif
00046
00047 LOCALE void PrintConstraintReference(void *,FILE *,CONSTRAINT_RECORD *,int,int);
00048 LOCALE void ConstraintRecordToCode(FILE *,CONSTRAINT_RECORD *);
00049 LOCALE int ConstraintsToCode(void *,char *,char *,char *,int,FILE *,int,int);
00050
00051 #endif
00052