cosmopolitan/libc/isystem/tinygetopt.h
Justine Tunney b74b974cfd
Introduce #include <tinygetopt.h>
The normal getopt() function is bloated because it links printf(). This
change exports the original authentic bsd getopt function, that cosmo's
always used internally so cosmocc users don't need to include internals
2024-05-29 10:11:17 -07:00

1 line
48 B
C

#include "third_party/getopt/getopt.internal.h"