33 lines
773 B
C
33 lines
773 B
C
#ifndef __FONLOAD_H__
|
|
#define __FONLOAD_H__
|
|
|
|
#include "CPA_Expt.h"
|
|
|
|
#undef EXTERN
|
|
#undef extern
|
|
#if !defined(FON_MainFile)
|
|
#define EXTERN extern
|
|
#else
|
|
#define EXTERN
|
|
#endif /* FON_MainFile */
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define FON_C_SectionAddNewStrings "AddNewStrings"
|
|
#define FON_C_SectionNewString "NewString"
|
|
#define FON_C_SectionNewUpperString "NewUpperString"
|
|
#define FON_C_SectionNewStringLength "NewStringLength"
|
|
|
|
#ifndef U64
|
|
extern CPA_EXPORT SCR_tde_Anl_ReturnValue FON_fn_eLoadTextString(SCR_tdst_File_Description *p_fFile, char *szAction, char *szParams[], SCR_tde_Anl_Action cType);
|
|
extern CPA_EXPORT SCR_tdst_Link_Table *FON_fn_p_stGetLinkTable();
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}/* extern "C" */
|
|
#endif
|
|
|
|
#endif /* __FONLOAD_H__*/
|