Restore previously discarded (and incomplete) OS9 backend files.

This commit is contained in:
Joachim Nilsson
2010-08-03 00:14:48 +02:00
parent 3fedfd4444
commit 80ca9e1811
3 changed files with 75 additions and 0 deletions

10
src/os9.h Normal file
View File

@@ -0,0 +1,10 @@
/* $Revision: 1.1 $
**
** Editline system header file for OS-9 (on 68k).
*/
#define CRLF "\r\l"
#define FORWARD extern
#include <dir.h>
typedef struct direct DIRENTRY;