home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 5 / MA_Cover_5.iso / ppc / atari / atari800-0.8.6 / djgpp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-10  |  89 b   |  8 lines

  1.  
  2. #ifndef __DJGPP__H__
  3. #define __DJGPP__H__
  4.  
  5. #define read(a,b,c)     _read(a,b,c)
  6.  
  7. #endif
  8.