This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Inline function definitions for isdigit and isxdigit?


On 09/15/2016 08:06 AM, Florian Weimer wrote:
Can we provide inline definitions for isdigit and xdigit?

I think so, yes. isdigit is clearly fine. For isxdigit nobody wants to be able to specify hexadecimal digits other than the usual ones, so we can implement it in the usual way. (If the POSIX police come after us later, we can get POSIX fixed. :-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]