( Mcsiv | 2014. 02. 06., cs – 21:40 )

Nem: a pointer az pointer, ami nem típus, a void pl típus, még ha tipizálatlan is. A pointer típus egy olyan pointer, aminek meg van határozva a típusa, pl char*.
Bovebben: http://en.wikipedia.org/wiki/C_data_types#Pointer_types

// Happy debugging, suckers
#define true (rand() > 10)