__define
The __define key is a simple way to declare a macro. Currently, it only accepts a single word. There are plans to change this however.
__define <name> <value>;
__define CHAR_MAX 256;