cosmopolitan/libc/isystem/getopt.h
2023-08-15 20:06:19 -07:00

6 lines
135 B
C

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