The 'l' tells printf, this is a 'long' value (int16 or int32). the function is effectively 'overloaded', and automatically detects whether it has to handle an int16 or int32 value.
The same 'l', can be used with the other integer printf formats (u,x etc.).
Download the CCS manual and look at the section on printf, on page 215
in the Acrobat reader. It lists all the format strings that are used to
print out the various data types:
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum