00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _H_genrccmp
00022 #define _H_genrccmp
00023
00024 #ifdef LOCALE
00025 #undef LOCALE
00026 #endif
00027
00028 #ifdef _GENRCCMP_SOURCE_
00029 #define LOCALE
00030 #else
00031 #define LOCALE extern
00032 #endif
00033
00034 #ifndef _STDIO_INCLUDED_
00035 #define _STDIO_INCLUDED_
00036 #include <stdio.h>
00037 #endif
00038
00039 #include "genrcfun.h"
00040
00041 LOCALE void SetupGenericsCompiler(void *);
00042 LOCALE void PrintGenericFunctionReference(void *,FILE *,DEFGENERIC *,int,int);
00043 LOCALE void DefgenericCModuleReference(void *,FILE *,int,int,int);
00044
00045 #endif
00046