00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _H_factprt
00022
00023 #define _H_factprt
00024
00025 #ifdef LOCALE
00026 #undef LOCALE
00027 #endif
00028
00029 #ifdef _FACTPRT_SOURCE_
00030 #define LOCALE
00031 #else
00032 #define LOCALE extern
00033 #endif
00034
00035 LOCALE void PrintFactJNCompVars1(void *,char *,void *);
00036 LOCALE void PrintFactJNCompVars2(void *,char *,void *);
00037 LOCALE void PrintFactPNCompVars1(void *,char *,void *);
00038 LOCALE void PrintFactJNGetVar1(void *,char *,void *);
00039 LOCALE void PrintFactJNGetVar2(void *,char *,void *);
00040 LOCALE void PrintFactJNGetVar3(void *,char *,void *);
00041 LOCALE void PrintFactPNGetVar1(void *,char *,void *);
00042 LOCALE void PrintFactPNGetVar2(void *,char *,void *);
00043 LOCALE void PrintFactPNGetVar3(void *,char *,void *);
00044 LOCALE void PrintFactSlotLength(void *,char *,void *);
00045 LOCALE void PrintFactPNConstant1(void *,char *,void *);
00046 LOCALE void PrintFactPNConstant2(void *,char *,void *);
00047
00048 #endif
00049
00050