#ifndef LIBRARIES_ASCII_H #define LIBRARIES_ASCII_H 1 /*-- AutoRev header do NOT edit! * * Program : ascii.h * Copyright : © 1991 Jaba Development * Author : Jan van den Baard * Creation Date : 16-Apr-91 * Current version : 1.1 * Translator : Several. * * REVISION HISTORY * * Date Version Comment * --------- ------- ------------------------------------------ * 23-Apr-91 1.1 Removed some useless data in structures. * 16-Apr-91 1.0 Initial version! * *-- REV_END --*/ #ifndef EXEC_TYPES_H #include #endif #ifndef EXEC_LISTS_H #include #endif #ifndef LIBRARIES_DOS_H #include #endif #ifndef LIBRARIES_NOFRAG_H #include #endif /* * Line bit/flags definitions. */ #define LNB_Split 0 #define LNF_Split 1<