Re: [PATCH] Importing inttypes.h library and related methods.

2017-06-12 Thread Joel Sherrill
These methods need to be added to newlib not the RTEMS cpukit. The tests can be added to RTEMS. --joel On Mon, Jun 12, 2017 at 1:52 PM, Aditya Upadhyay wrote: > --- > cpukit/Makefile.am | 20 +++--- > cpukit/configure.ac | 4 +- > cpukit/inttypes/Makefile.am | 14 >

[PATCH] Importing inttypes.h library and related methods.

2017-06-12 Thread Aditya Upadhyay
--- cpukit/Makefile.am | 20 +++--- cpukit/configure.ac | 4 +- cpukit/inttypes/Makefile.am | 14 cpukit/inttypes/imaxabs.c | 44 + cpukit/inttypes/imaxdiv.c | 53 cpukit/inttypes/strtoimax.c | 144 +++