home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1721 < prev    next >
Internet Message Format  |  1990-12-28  |  1KB

  1. From: roy@cybrspc.UUCP
  2. Newsgroups: alt.sources
  3. Subject: Re: Stevie (vi clone)
  4. Message-ID: <FooBarw162w@cybrspc>
  5. Date: Thu, 23-Aug-90 22:00:53 EDT
  6.  
  7. jc@mips.COM (J.C. Webber III) writes:
  8.  
  9. > Awhile back I pulled the sources for stevie version 3.68 off the net
  10. > and today decided to try to build it. It looks like it is missing
  11. > an include file called ascii.h. Does anybody have a copy of it they would be
  12. > willing to email me or maybe post again (if I didn't get it, then probably
  13. > somebody else is missing it also).
  14. > thx...jc@mips.COM
  15. ok....
  16. -----------cut off at this here line------------------
  17. /* $Header: /nw/tony/src/stevie/src/RCS/ascii.h,v 1.2 89/03/11 22:42:03 tony Exp $
  18.  *
  19.  * Definitions of various common control characters
  20.  */
  21.  
  22. #define    NUL    '\0'
  23. #define    BS    '\010'
  24. #define    TAB    '\011'
  25. #define    NL    '\012'
  26. #define    CR    '\015'
  27. #define    ESC    '\033'
  28.  
  29. #define    CTRL(x)    ((x) & 0x1f)
  30.  
  31. -----------cut off at this here line------------------
  32. Not too imposing, is it? :-)
  33. --
  34.     Roy M. Silvernail   | #include <stdio.h>                 | Does virtual
  35.     now available at:   | main(){                            | reality need
  36.  cybrspc!roy@cs.umn.edu |  float x=1;                        | swap space?
  37. (cyberspace... be here!)|  printf("Just my $%.2f.\n",x/50);} | -- me
  38.