mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Make small fixes and oops ran clang-format on dtoa
This commit is contained in:
parent
b5b60015f5
commit
ac00be1a4e
47 changed files with 4933 additions and 5306 deletions
|
@ -606,11 +606,7 @@
|
|||
#define printf out1fmt
|
||||
/* #define putc(c, file) outc(c, file) */
|
||||
/* #define putchar(c) out1c(c) */
|
||||
#define FILE struct output
|
||||
#undef fprintf
|
||||
#define fprintf outfmt
|
||||
#define fputs outstr
|
||||
#define fflush flushout
|
||||
#define FILE struct output
|
||||
#define fileno(f) ((f)->fd)
|
||||
/* #define ferror outerr */
|
||||
#define INITARGS(argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue