Header file that contains macros, and other c definitions. More...
#import <Foundation/Foundation.h>Go to the source code of this file.
Defines | |
| #define | or || |
| OR (||) shortcut. | |
| #define | and && |
| AND (&&) shortcut. | |
| #define | not ! |
| Not (!) shortcut. | |
| #define | eq == |
| Equal (==) shortcut. | |
| #define | is == |
| Equal (==) shortcut. | |
| #define | neq != |
| Not equal (!=) shortcut. | |
| #define | NULL (void *)0 |
| Null pointer (void *)0. | |
| #define | nil NULL |
| Shortcut for NULL. | |
| #define | GDRelease(x) |
| Releases and nils out any id object. | |
Header file that contains macros, and other c definitions.