Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!goanna!minyos!monu6!rdt143e From: rdt143e@monu6.cc.monash.oz (dr s hill) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Stevie Keywords: missing header file Message-ID: <1990Mar14.102036.3076@monu6.cc.monash.oz> Date: 14 Mar 90 10:20:36 GMT References: <1786@tnoibbc.UUCP> Organization: Chisholm Institute of Technology, Melb., Australia Lines: 28 In article <1786@tnoibbc.UUCP> mw@tnoibbc.UUCP (Marcel de waard) writes: >Yesterday the Stevie program was send to comp.sources.misc. After having >decoded it, it turned out that there was one header file missing. The file >that this is all about is the ASCII.H file. Is there somebody out there >that can get hold of this file and send it to the net. Here it is, from the 3.69 release --------- /* $Header: /nw/tony/src/stevie/src/RCS/ascii.h,v 1.2 89/03/11 22:42:03 tony Exp $ * * Definitions of various common control characters */ #define NUL '\0' #define BS '\010' #define TAB '\011' #define NL '\012' #define CR '\015' #define ESC '\033' #define CTRL(x) ((x) & 0x1f) ------------- Simon Hill, Chisholm Institute, P.O Box 197, Caulfield East, VIC 3145 AUSTRALIA Phone: 61-3-573-2092 Fax: 61-3-572-1298 INET: shill%monu6.cc.monash.edu.au@uunet.uu.net UUCP: munnari!monu6.cc.monash.edu.au!shill@uunet.uu.net