home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / v / vim_src.zip / TAG.PRO < prev    next >
Text File  |  1993-01-12  |  187b  |  7 lines

  1. /* tag.c */
  2. void dotag __PARMS((char *tag, int type, int count));
  3. void clrtags __PARMS((void));
  4. void incrtags __PARMS((void));
  5. void decrtags __PARMS((void));
  6. void dotags __PARMS((void));
  7.