home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari FTP
/
ATARI_FTP_0693.zip
/
ATARI_FTP_0693
/
Mint
/
mntlib32.zoo
/
purec
/
fpuinit.c
< prev
next >
Wrap
Text File
|
1992-09-02
|
215b
|
7 lines
/* if the user doesn't link PCFLTLIB.LIB, we have to provide
a dummy function _fpuinit(); hohmuth 31 Aug 92 */
#ifndef __NO_FLOAT__
void _fpuinit(void) { } /* called from main.c */
#endif