mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Apply some touchups
This commit is contained in:
parent
9f149e1de3
commit
2f3bd90216
139 changed files with 1188 additions and 1154 deletions
|
@ -19,6 +19,6 @@
|
|||
#include "libc/testlib/testlib.h"
|
||||
#include "libc/x/x.h"
|
||||
|
||||
nodiscard testonly char *testlib_formatrange(intmax_t beg, intmax_t end) {
|
||||
return xasprintf("[%#jx,%#jx]", beg, end);
|
||||
nodiscard testonly char *testlib_formatrange(intptr_t beg, intptr_t end) {
|
||||
return xasprintf("[%#ld,%#ld]", beg, end);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue