home *** CD-ROM | disk | FTP | other *** search
- /* Utils_TextMaster; Utilities */
-
- /* Unit name: Utils_TextMaster.h */
- /* Function: Utilities for the Program specific code. */
- /* History: 5/9/91 Original by Prototyper 3.0 */
-
-
- /* ======================================================= */
-
-
-
- extern void Close_The_Input_File(void);
- extern void Open_The_File(void);
- extern void Close_The_Output_File(void);
- extern void Save_The_File(void);
-
-
- /* ======================================================= */
-
-