home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / pc_hw / fpu / fpreset.s < prev    next >
Encoding:
Text File  |  1995-02-25  |  142 b   |  11 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/asmdefs.h>
  3.     
  4.     .text
  5.  
  6.     FUNC(__fpreset)
  7.  
  8.     fninit
  9.     ret
  10.  
  11.