home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / XDME / Macros / C / h_c.xdme < prev    next >
Encoding:
Text File  |  1996-09-27  |  398 b   |  26 lines

  1. #
  2. #   Insert a C-File-Header into an empty file
  3. #
  4. #   $VER: header4c V1.00 (18.11.1992)
  5. #
  6.  
  7. # get the empty header
  8. insfile $(dir)h.c
  9.  
  10. # insert file-name
  11. find MODUL
  12. down insline
  13. tab ($file)
  14.  
  15. # insert the standard-history-entry
  16. find HISTORY
  17. down insline
  18. tab ($DATE) tab ($USER) tab (created)
  19.  
  20. # insert file-name at the end
  21. find ENDE
  22. last right ($file)
  23.  
  24. # make ready for the first function
  25. up up first
  26.