Im working on a sparetime project, making some server code to an Arduino Duemilanove, but before I test this code on the controller I am testing it on my own machine (An OS X ba
avoid using the type int as it's size can depend upon architecture / compiler.
int
use short and long instead
short
long