home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / djgpp.h < prev    next >
C/C++ Source or Header  |  1997-04-03  |  90b  |  9 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.  
  9.