home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / vdimgr.zoo / ash / readline / os9.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-16  |  174 b   |  11 lines

  1. /*  $Revision: 1.1 $
  2. **
  3. **  Editline system header file for OS-9 (on 68k).
  4. */
  5.  
  6. #define CRLF        "\r\l"
  7. #define FORWARD        extern
  8.  
  9. #include <dir.h>
  10. typedef struct direct    DIRENTRY;
  11.