Files
kaguya 9a9b91c940 user: implement mlibc as the libc, finally.
It's finally done..

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
2026-05-02 03:31:49 -04:00

9 lines
170 B
C++

#include <getopt.h>
#if __MLIBC_GLIBC_OPTION
int __optreset = 0;
extern int optreset __attribute__((__weak__, __alias__("__optreset")));
#endif //__MLIBC_GLIBC_OPTION