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. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 20 Guest(s)