mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Add thanks (closes #24)
This commit is contained in:
parent
0047181664
commit
b3aed09ce9
1 changed files with 4 additions and 0 deletions
|
@ -600,6 +600,10 @@ size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen
|
|||
}
|
||||
#endif // PRINTF_SUPPORT_LONG_LONG
|
||||
|
||||
/**
|
||||
* Idea: superleaf1995
|
||||
* Implementation: smwmaster
|
||||
*/
|
||||
static const char *const map =
|
||||
"\xD3\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9"
|
||||
"\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xF9\xD3\xF9\xF9"
|
||||
|
|
Loading…
Reference in a new issue