00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _H_dffnxcmp
00022 #define _H_dffnxcmp
00023
00024 #if DEFFUNCTION_CONSTRUCT && CONSTRUCT_COMPILER && (! RUN_TIME)
00025
00026 #ifndef _STDIO_INCLUDED_
00027 #define _STDIO_INCLUDED_
00028 #include <stdio.h>
00029 #endif
00030
00031 #include "dffnxfun.h"
00032
00033 #ifdef LOCALE
00034 #undef LOCALE
00035 #endif
00036
00037 #ifdef _DFFNXCMP_SOURCE_
00038 #define LOCALE
00039 #else
00040 #define LOCALE extern
00041 #endif
00042
00043 LOCALE void SetupDeffunctionCompiler(void *);
00044 LOCALE void PrintDeffunctionReference(void *,FILE *,DEFFUNCTION *,int,int);
00045 LOCALE void DeffunctionCModuleReference(void *,FILE *,int,int,int);
00046
00047 #endif
00048
00049 #endif
00050
00051