[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] What is xchar() macro?
From: |
Ambroz Bizjak |
Subject: |
Re: [lwip-devel] What is xchar() macro? |
Date: |
Wed, 1 Nov 2017 10:57:18 +0100 |
Hi,
Clearly xchar(i) returns the uppercase hexadecimal char for the given
integer in range [0,15], or in other words "0123456789ABCDEF"[i].
On Tue, Oct 31, 2017 at 9:03 PM, Joel Cunningham <address@hidden> wrote:
>
>
> On 10/31/2017 02:56 PM, goldsimon wrote:
>>
>>
>> Joel Cunningham wrote:
>>>
>>> Looking online, I can't find any information on something called xchar
>>> that would be part of the standard C library
>>
>> Ehrm, I don't know it either. What does git blame say? I'm not at my pc
>> right now...
>
>
> From looking at the git history, it's always been this way. The entire
> block of #ifndef isprintf with xchar was added back in 4bfbe7ebe (from 2011)
>
> Joel
>
>
>
> _______________________________________________
> lwip-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-devel
- Re: [lwip-devel] What is xchar() macro?,
Ambroz Bizjak <=
- Re: [lwip-devel] What is xchar() macro?, goldsimon, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, Ambroz Bizjak, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, Ambroz Bizjak, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, Joel Cunningham, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, address@hidden, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, Joel Cunningham, 2017/11/01
- Re: [lwip-devel] What is xchar() macro?, Dirk Ziegelmeier, 2017/11/02
- Re: [lwip-devel] What is xchar() macro?, Joel Cunningham, 2017/11/02
- Re: [lwip-devel] What is xchar() macro?, Dirk Ziegelmeier, 2017/11/05
- Re: [lwip-devel] What is xchar() macro?, Ambroz Bizjak, 2017/11/05