mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
b74b974cfd
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
1 line
48 B
C
1 line
48 B
C
#include "third_party/getopt/getopt.internal.h"
|