malsyned / pfstest

Professional Firmware Services Unit Test Framework
Other
1 stars 0 forks source link

stdint values should use _least versions of types #62

Open malsyned opened 4 years ago

malsyned commented 4 years ago

the exact with u?int_t types are not guaranteed to be present on a conforming implementation. To make pfstest's stdint code work on all c99 systems, the u?int_least_n forms should be used instead.