This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Reentrant version of inttypes methods
- From: Aditya Upadhyay <aadit0402 at gmail dot com>
- To: newlib at sourceware dot org
- Date: Sat, 22 Jul 2017 16:56:43 +0530
- Subject: Reentrant version of inttypes methods
- Authentication-results: sourceware.org; auth=none
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