View Single Post
  #10  
Old 06-10-2009, 03:02 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Thankfully the majority of the code already uses uint32, uint16 and uint8 (if not all of it). The type casting has thus far only been needed for printf formats using %lu when being fed a uint32.
Reply With Quote