.title wrapup Dummy routine called on exit .ident "V02.00" ;+ ; ; Index Dummy routine called on exit ; ; Usage ; ; wrapup() ; ; Description ; ; This routine (which does nothing) is called on exit if the user's ; program does not provide a wrapup() routine. ; ; Wrapup will be called only once. ;- ; Edit history ; V02.00 19-Oct-82 TTC Rework of old CS library ; .psect c$code wrapup:: return .end