[PATCH] Implementation of inttypes.h and test related to its methods.

2017-06-06 Thread Aditya Upadhyay
--- cpukit/inttypes/imaxabs.c | 47 +++ cpukit/inttypes/imaxdiv.c | 51 cpukit/inttypes/strtoimax.c| 131 cpukit/inttypes/strtoumax.c| 111 + cpukit

Re: [PATCH] implementation of inttypes.h and test related to its methods

2017-06-01 Thread Chris Johns
On 02/06/2017 09:35, aadit0402 wrote: Could you please use a real name in the commit message? Thank you. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] implementation of inttypes.h and test related to its methods

2017-06-01 Thread aadit0402
--- cpukit/Makefile.am | 1 + cpukit/configure.ac | 1 + cpukit/inttypes/Makefile.am | 14 +++ cpukit/inttypes/imaxabs.c| 40 + cpukit/inttypes/imaxdiv.c| 50 +++ cpuk