Examplecsize "int : %i" csize "unsigned int : %u" csize "unsigned long : %lu" csize "char : %c" csize "float : %f"typically prints :
int : 4 unsigned int : 4 long : 8 unsigned long : 8 char : 1InstallOpen a shell Type svn checkout http://csize.googlecode.com/svn/trunk/ csize && cd csize/ && make install UninstallOpen a shell Type cd /path/to/csize/source && make uninstall