Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
MyUtils.h
/* |
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); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14