2000-05-06 21:34:20 +02:00
|
|
|
/* Used by `proto.h'. */
|
|
|
|
#define IN_INIT_MOD
|
|
|
|
/*
|
|
|
|
* The null macro `INIT' can be used to allow the reader to differentiate
|
|
|
|
* between functions defined in `INIT_TEXT' and those defined in `_TEXT'.
|
|
|
|
*/
|
|
|
|
#define INIT
|
|
|
|
/*
|
|
|
|
* Functions in `INIT_TEXT' may need to call functions in `_TEXT'. The entry
|
|
|
|
* calls for the latter functions therefore need to be wrapped up with far
|
|
|
|
* entry points.
|
|
|
|
*/
|
2001-03-21 03:56:26 +01:00
|
|
|
#define DosExec reloc_call_DosExec
|
|
|
|
#define DosMemAlloc reloc_call_DosMemAlloc
|
|
|
|
#define dos_close reloc_call_dos_close
|
|
|
|
#define dos_getdate reloc_call_dos_getdate
|
|
|
|
#define dos_gettime reloc_call_dos_gettime
|
|
|
|
#define dos_open reloc_call_dos_open
|
|
|
|
#define dos_read reloc_call_dos_read
|
|
|
|
#define execrh reloc_call_execrh
|
|
|
|
#define fatal reloc_call_fatal
|
|
|
|
#define fmemcpy reloc_call_fmemcpy
|
|
|
|
#define memcpy reloc_call_memcpy
|
|
|
|
#define fmemset reloc_call_fmemset
|
|
|
|
#define printf reloc_call_printf
|
|
|
|
#define strcpy reloc_call_strcpy
|
|
|
|
#define sti reloc_call_sti
|
|
|
|
#define strcmp reloc_call_strcmp
|
|
|
|
#define strlen reloc_call_strlen
|
|
|
|
#define WritePCClock reloc_call_WritePCClock
|
|
|
|
#define DaysFromYearMonthDay reloc_call_DaysFromYearMonthDay
|