6 lines
127 B
C
6 lines
127 B
C
/* Minimal unistd.h shim for standalone getopt build on MSVC. */
|
|
#ifndef _UNISTD_H
|
|
#define _UNISTD_H 1
|
|
|
|
#endif /* _UNISTD_H */
|