Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3372 new defect

add tests for inttypes.h methods to RTEMS

Reported by: salil sirotia Owned by:
Priority: normal Milestone: Indefinite
Component: posix Version:
Severity: normal Keywords: POSIX-Compliance
Cc: Blocked By:
Blocking:

Description (last modified by Joel Sherrill)

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);

Change History (2)

comment:2 Changed on 03/27/18 at 14:52:06 by Joel Sherrill

Component: scoreposix
Description: modified (diff)
Priority: lownormal
Summary: add testsuites for inttypes.h methods to RTEMS5add tests for inttypes.h methods to RTEMS
Note: See TracTickets for help on using tickets.