]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | /* |
2 | File: AssertMacros.h | |
3 | ||
4 | Contains: This file defines structured error handling and assertion macros for | |
5 | programming in C. Originally used in QuickDraw GX and later enhanced. | |
6 | These macros are used throughout Apple's software. | |
7 | ||
8 | See "Living In an Exceptional World" by Sean Parent | |
9 | (develop, The Apple Technical Journal, Issue 11, August/September 1992) | |
10 | <http://developer.apple.com/dev/techsupport/develop/issue11toc.shtml> | |
11 | for the methodology behind these error handling and assertion macros. | |
12 | ||
13 |