Reentrant version of inttypes methods

Gedare Bloom gedare@rtems.org
Sun Jul 23 12:12:00 GMT 2017


I think the reentrant functions can be declared directly in inttypes.h
as other headers do in libc/include. Put the _r (and _l) versions
close to the declarations of the non-reentrant.

On Sat, Jul 22, 2017 at 7:26 AM, Aditya Upadhyay <aadit0402@gmail.com> wrote:
> Hello All,
>
> In FreeBSD, There is a _inttypes.h for reentrant version of inttypes
> methods. So, Do i need to make reentrant version of inttypes.h ? It
> seems there does not exist something like _inttypes.h stuff in newlib
> or Do i have to add the declaration of strtoimax_l and _strtoimax_r in
> stdlib.h file ? I think, There should be  _inttypes.h header file
> support for reentrant version of inttypes method. Please correct me if
> i am wrong.
>
>
> Thanks & Regards,
> Aditya Upadhyay



More information about the Newlib mailing list