home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / EDMI5.ZIP / IFSR0.ZIP / OS216.H < prev    next >
C/C++ Source or Header  |  1993-07-01  |  782b  |  30 lines

  1. /******************************************************************************
  2. *******************************************************************************
  3. **
  4. ** EXR0R3 - A ring 0/ring 3 IFS skeleton
  5. ** Copyright (C) 1993 by Andre Asselin
  6. **
  7. ** OS216.H - 16-bit OS/2 definitions
  8. **
  9. ** History:
  10. ** 6/29/93 - created
  11. **
  12. *******************************************************************************
  13. ******************************************************************************/
  14.  
  15. #if defined(__cplusplus)
  16. extern "C" {
  17. #endif
  18.  
  19. #define stdin  0
  20. #define stdout 1
  21. #define stderr 2
  22.  
  23. USHORT far pascal DosPutMessage(USHORT hfile,
  24.                                 USHORT cbMsg,
  25.                                 PCHAR pBuf);
  26.  
  27. #if defined(__cplusplus)
  28. }
  29. #endif
  30.