Squirrels have fuzzy tails.
0 Members and 1 Guest are viewing this topic.
also, you have 3 format placeholders (%x), but only 2 parameters.
hey Fabguy,printf usually uses the %x specifier for hexadecimal numbers.(ie, base 16. http://en.wikipedia.org/wiki/Hexadecimal )so the letters and numbers are the expected behavior.look at the documentation for your printf function and see if there is a decimal specifier. (usually %i or %d)good luck!dunk.
rprintf("\r\n%lx %lx", sound, light);