Let's make imports simple

This commit is contained in:
Justine Tunney 2021-08-17 00:05:58 -07:00
parent 3d0347e26e
commit 214e3a68a9
5 changed files with 21 additions and 189 deletions

View file

@ -4,7 +4,7 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
#if 0
#if 1
#define ZTRACE(FMT, ...) (dprintf)(2, FMT "\n", ##__VA_ARGS__)
#else
#define ZTRACE(FMT, ...) (void)0