mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-30 01:02:29 +00:00
Make some minor fixups to bug reporting, etc.
This commit is contained in:
parent
84764ce7b8
commit
3f015b1e51
31 changed files with 244 additions and 134 deletions
|
@ -19,13 +19,6 @@
|
|||
#include "libc/fmt/itoa.h"
|
||||
#include "libc/nexgen32e/nexgen32e.h"
|
||||
|
||||
static const unsigned char kTensIndex[] = {
|
||||
0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, //
|
||||
5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, //
|
||||
10, 10, 10, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 14, 14, 14, //
|
||||
15, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 18, 19, 19, //
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns `len(str(x))` where x is an unsigned 64-bit integer.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue