File tree Expand file tree Collapse file tree 12 files changed +7
-18
lines changed Expand file tree Collapse file tree 12 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ char *GetProgramExecutableName(void) libcesque;
14
14
void unleaf (void ) libcesque ;
15
15
int __demangle (char * , const char * , size_t ) libcesque ;
16
16
int __is_mangled (const char * ) libcesque ;
17
+ int LoadZipArgs (int * , char * * * ) libcesque ;
17
18
18
19
COSMOPOLITAN_C_END_
19
20
#endif /* COSMOPOLITAN_LIBC_COSMO_H_ */
Original file line number Diff line number Diff line change 60
60
#include "libc/str/utf16.h"
61
61
#include "libc/sysv/errfuns.h"
62
62
#include "net/http/http.h"
63
- #include "tool/args/args.h"
64
63
65
64
#ifdef COSMO_ALREADY_DEFINED
66
65
#undef COSMO_ALREADY_DEFINED
Original file line number Diff line number Diff line change 16
16
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
17
17
│ PERFORMANCE OF THIS SOFTWARE. │
18
18
╚─────────────────────────────────────────────────────────────────────────────*/
19
- #include "tool/args/args .h"
19
+ #include "libc/cosmo .h"
20
20
#include "libc/mem/mem.h"
21
21
#include "libc/runtime/runtime.h"
22
22
#include "libc/testlib/testlib.h"
Original file line number Diff line number Diff line change 17
17
│ PERFORMANCE OF THIS SOFTWARE. │
18
18
╚─────────────────────────────────────────────────────────────────────────────*/
19
19
#include "third_party/awk/cmd.h"
20
- #include "tool/args/args .h"
20
+ #include "libc/cosmo .h"
21
21
22
22
int main (int argc , char * argv []) {
23
23
LoadZipArgs (& argc , & argv );
Original file line number Diff line number Diff line change 51
51
#include "third_party/lua/lualib.h"
52
52
#include "third_party/lua/lunix.h"
53
53
#include "libc/mem/leaks.h"
54
- #include "tool/args/args.h"
55
54
__static_yoink ("lua_notice" );
56
55
57
56
#if !defined(LUA_PROGNAME )
Original file line number Diff line number Diff line change 6
6
╚─────────────────────────────────────────────────────────────────────────────*/
7
7
#include "third_party/python/Include/yoink.h"
8
8
#include "third_party/python/runpythonmodule.h"
9
- #include "tool/args/args .h"
9
+ #include "libc/cosmo .h"
10
10
11
11
PYTHON_YOINK ("xed" );
12
12
PYTHON_YOINK ("xterm" );
Original file line number Diff line number Diff line change 8
8
#include "libc/runtime/runtime.h"
9
9
#include "third_party/python/Include/yoink.h"
10
10
#include "third_party/python/runpythonmodule.h"
11
- #include "tool/args/args .h"
11
+ #include "libc/cosmo .h"
12
12
13
13
int
14
14
main (int argc , char * * argv )
Original file line number Diff line number Diff line change 6
6
╚─────────────────────────────────────────────────────────────────────────────*/
7
7
#include "third_party/python/Include/yoink.h"
8
8
#include "third_party/python/runpythonmodule.h"
9
- #include "tool/args/args .h"
9
+ #include "libc/cosmo .h"
10
10
11
11
int
12
12
main (int argc , char * * argv )
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ typedef unsigned short int u16;
132
132
#include "libc/sysv/consts/s.h"
133
133
#include "libc/runtime/runtime.h"
134
134
#include "libc/runtime/symbols.internal.h"
135
- #include "tool/args/args .h"
135
+ #include "libc/cosmo .h"
136
136
#include "third_party/sqlite3/extensions.h"
137
137
#include "third_party/sqlite3/sqlite3expert.h"
138
138
#include "third_party/zlib/zlib.h"
Original file line number Diff line number Diff line change 16
16
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
17
17
│ PERFORMANCE OF THIS SOFTWARE. │
18
18
╚─────────────────────────────────────────────────────────────────────────────*/
19
- #include "tool/args/args.h"
20
19
#include "libc/assert.h"
21
20
#include "libc/calls/calls.h"
22
21
#include "libc/errno.h"
You can’t perform that action at this time.
0 commit comments