home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / EDITOR / NVI179B / NVI179B.ZIP / ex / ex.awk < prev    next >
Text File  |  1995-06-08  |  115b  |  7 lines

  1. #    @(#)ex.awk    10.1 (Berkeley) 6/8/95
  2.  
  3. /^\/\* C_[0-9A-Z_]* \*\/$/ {
  4.     printf("#define %s %d\n", $2, cnt++);
  5.     next;
  6. }
  7.