home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / BracketCountDA-c / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-04  |  158 b   |  7 lines  |  [TEXT/KAHL]

  1. struct    sentence {
  2.                     struct sentence     *next;
  3.                     Str255        what;
  4.                     int curly,square,paren,comment;
  5.                 } ;
  6.                 
  7. #define end_sentence (struct sentence *)0;