home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / INDENT.PP < prev    next >
Text File  |  1991-11-15  |  163b  |  14 lines

  1. #define A 1
  2.     #define B 1
  3. #ifdef A
  4.     #ifdef B
  5.     "A and B are defined."
  6.     #endif
  7. #endif
  8. ;comment?
  9.     ;comment?
  10. *comment?
  11.     *comment?
  12. .roff line?
  13.     .roff line?
  14.