ay all your signals trap
May all your references be bounded
All memory aligned
Floats to ints be rounded
Remember...
Nonzero is TRUE
++ adds one
Arrays start with [0]
NULL points to none
For octal use zero
0x means in hex
Use = to set
And == for a test
Use -> for a pointer
A dot if it's not
?: is confusing
Use this a lot
a.out is your program
There's no 'u' in foobar
And char (*(*x())[])() is
A function returning a pointer
To an array of pointers
To functions returning a char
-- Bill Mitchell
|