This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
mirror of
https://github.com/jart/cosmopolitan.git
synced
2025-02-07 15:03:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b494d56549
cosmopolitan
/
libc
/
isystem
/
getopt.h
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Clean up more code - Found some bugs in LLVM compiler-rt library - The useless LIBC_STUBS package is now deleted - Improve the overflow checking story even further - Get chibicc tests working in MODE=dbg mode again - The libc/isystem/ headers now have correctly named guards
2023-06-18 07:55:09 +00:00
#
ifndef _GETOPT_H
#
define _GETOPT_H
Get us closer to building busybox This change undefines __linux__ and adds APIs like clock_settime(). The gosh darned getopt_long() API has been reintroduced, thanks to OpenBSD.
2023-06-18 11:02:01 +00:00
#
include
"third_party/getopt/long.h"
Clean up more code - Found some bugs in LLVM compiler-rt library - The useless LIBC_STUBS package is now deleted - Improve the overflow checking story even further - Get chibicc tests working in MODE=dbg mode again - The libc/isystem/ headers now have correctly named guards
2023-06-18 07:55:09 +00:00
#
endif
/* _GETOPT_H */
Reference in a new issue
Copy permalink