00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _H_cstrnutl
00024 #define _H_cstrnutl
00025
00026 #ifndef _H_constrnt
00027 #include "constrnt.h"
00028 #endif
00029
00030 #ifdef LOCALE
00031 #undef LOCALE
00032 #endif
00033
00034 #ifdef _CSTRNUTL_SOURCE_
00035 #define LOCALE
00036 #else
00037 #define LOCALE extern
00038 #endif
00039
00040 #ifndef _STDIO_INCLUDED_
00041 #define _STDIO_INCLUDED_
00042 #include <stdio.h>
00043 #endif
00044
00045 LOCALE struct constraintRecord *GetConstraintRecord(void *);
00046 LOCALE int CompareNumbers(void *,int,void *,int,void *);
00047 LOCALE struct constraintRecord *CopyConstraintRecord(void *,CONSTRAINT_RECORD *);
00048 LOCALE int SetConstraintType(int,CONSTRAINT_RECORD *);
00049 LOCALE void SetAnyAllowedFlags(CONSTRAINT_RECORD *,int);
00050 LOCALE void SetAnyRestrictionFlags(CONSTRAINT_RECORD *,int);
00051 LOCALE CONSTRAINT_RECORD *ArgumentTypeToConstraintRecord(void *,int);
00052 LOCALE CONSTRAINT_RECORD *FunctionCallToConstraintRecord(void *,void *);
00053 LOCALE CONSTRAINT_RECORD *ExpressionToConstraintRecord(void *,struct expr *);
00054
00055 #endif
00056
00057