home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MyUtils.c
-
- Contains: Utility functions.
-
- Written by: John Wang
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 04/04/94 JW Created.
-
- To Do:
-
- */
-
- #ifdef THINK_C
- #define applec
- #endif
-
- /* ------------------------------------------------------------------------- */
-
- void ReportWarning(Str255 procStr, long err);
- void ReportFatal(Str255 procStr, long err);
- void GetGlobalWindow(WindowPtr theWindow, Rect *windowRect);
-
- short readPreferencesFile(void);
- short writePreferencesFile(void);
- void closePreferencesFile(short myRefNum);
-