home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libemu / emudummy.c < prev    next >
Encoding:
Text File  |  1996-01-23  |  474 b   |  13 lines

  1. /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
  2. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  3. /* Dummy routines to enable building of emu387.dxe from libemu.a - since we
  4.    can't do I/O, dummy the I/O routines out.  */
  5.    
  6. void vsprintf(void) {}
  7. void _write(void) {}
  8.  
  9. int __djgpp_exception_state_ptr;
  10.    
  11. /* The _emu_dummy is just there to bring in __emu_entry from the library. */
  12. /* void _emu_dummy(void) { _emu_entry(); } */
  13.