Files
2026-07-28 22:28:01 +02:00

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 */