home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mntlib44.zoo / mntlib / purec / fpuinit.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-02  |  215 b   |  7 lines

  1. /* if the user doesn't link PCFLTLIB.LIB, we have to provide
  2.    a dummy function _fpuinit();                hohmuth 31 Aug 92 */
  3.  
  4. #ifndef __NO_FLOAT__
  5. void _fpuinit(void) { }            /* called from main.c */
  6. #endif
  7.