cosmopolitan/libc/isystem/getopt.h
Justine Tunney fe044e22cc
Switch public headers to getopt_long() entirely
Cosmopolitan's getopt() is now redefined as __getopt().
2023-07-02 19:57:43 -07:00

4 lines
96 B
C

#ifndef _GETOPT_H
#define _GETOPT_H
#include "third_party/getopt/long.h"
#endif /* _GETOPT_H */