home *** CD-ROM | disk | FTP | other *** search
- #
- # Insert a C-File-Header into an empty file
- #
- # $VER: header4c V1.00 (18.11.1992)
- #
-
- # get the empty header
- insfile $(dir)h.c
-
- # insert file-name
- find MODUL
- down insline
- tab ($file)
-
- # insert the standard-history-entry
- find HISTORY
- down insline
- tab ($DATE) tab ($USER) tab (created)
-
- # insert file-name at the end
- find ENDE
- last right ($file)
-
- # make ready for the first function
- up up first
-