home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
macify13.shr
/
macify.hqx
/
Source
/
U
/
InitExitMacify.h
< prev
next >
Wrap
Text File
|
1991-03-15
|
528b
|
22 lines
/* InitExitMacify Program Init and Exit routines
File name: InitExitMacify.h
Function: This module contains the extra program initialization
routine as well as the program exit and cleanup routine.
/* History: 3/15/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Program initializations */
void ApplInit_Macify(void);
/* Program exit and cleanup */
void ApplExit_Macify(void);
/* ======================================================= */