Post Reply 
WP-34S --> WP-30S: Reduce / Reuse / Repurpose
02-05-2014, 06:06 PM (This post was last modified: 02-05-2014 06:08 PM by Bit.)
Post: #19
RE: WP-34S --> WP-30S: Reduce / Reuse / Repurpose
(02-05-2014 09:33 AM)Paul Dale Wrote:  The 34S sources are meant to be compiled without standard libraries or headers.
decNumber/decNumber.c and atmel/slcdc.c pull in string.h for example.

You just get lucky with some compiler environments that define (u)int32_t using int rather than long and uintptr_t the other way around, or where string.h doesn't depend on stdint.h, so there's no conflict. Avoiding standard libraries and most of the headers makes sense, but I wouldn't redefine standard integer types if at all possible.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WP-34S --> WP-30S: Reduce / Reuse / Repurpose - Bit - 02-05-2014 06:06 PM



User(s) browsing this thread: 1 Guest(s)