home *** CD-ROM | disk | FTP | other *** search
- /* InitExitTextMaster Program Init and Exit routines
-
- File name: InitExitTextMaster.h
- Function: This module contains the extra program initialization
- routine as well as the program exit and cleanup routine.
- /* History: 5/9/91 Original by Prototyper 3.0 */
-
-
-
-
- /* ======================================================= */
-
- /* Program initializations */
- void ApplInit_TextMaster(void);
-
- /* Program exit and cleanup */
- void ApplExit_TextMaster(void);
-
-
- /* ======================================================= */
-
-