[RTEMS Project] #3372: add tests for inttypes.h methods to RTEMS (was: add testsuites for inttypes.h methods to RTEMS5)
RTEMS trac
trac at rtems.org
Tue Mar 27 14:52:06 UTC 2018
#3372: add tests for inttypes.h methods to RTEMS
------------------------------+-------------------------
Reporter: salil sirotia | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: Indefinite
Component: posix | Version:
Severity: normal | Resolution:
Keywords: POSIX-Compliance | Blocked By:
Blocking: |
------------------------------+-------------------------
Changes (by Joel Sherrill):
* priority: low => normal
* component: score => posix
Old description:
New description:
These methods are defined in the POSIX standard here:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/inttypes.h.html
This entails the following methods:
intmax_t imaxabs(intmax_t);
imaxdiv_t imaxdiv(intmax_t, intmax_t);
intmax_t strtoimax(const char *restrict, char **restrict, int);
uintmax_t strtoumax(const char *restrict, char **restrict, int);
intmax_t wcstoimax(const wchar_t *restrict, wchar_t **restrict, int);
uintmax_t wcstoumax(const wchar_t *restrict, wchar_t **restrict, int);
--
--
Ticket URL: <http://devel.rtems.org/ticket/3372#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list