mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Get Info-ZIP's zip to build
* removed unnecessary files (like amiga/osdep.h) * makefile has 4 targets: zip, zipnote, zipcloak, zipsplit * added clang-format off at the start of all source files * added necessary headers
This commit is contained in:
parent
4ce5664c4b
commit
4d8f884e76
345 changed files with 298 additions and 77763 deletions
9
third_party/infozip/zip/util.c
vendored
9
third_party/infozip/zip/util.c
vendored
|
@ -1,3 +1,4 @@
|
|||
/* clang-format off */
|
||||
/*
|
||||
util.c
|
||||
|
||||
|
@ -13,9 +14,11 @@
|
|||
*/
|
||||
#define __UTIL_C
|
||||
|
||||
#include "zip.h"
|
||||
#include "ebcdic.h"
|
||||
#include <ctype.h>
|
||||
#include "third_party/infozip/zip/zip.h"
|
||||
#include "third_party/infozip/zip/ebcdic.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/fmt/fmt.h"
|
||||
#include "libc/fmt/conv.h"
|
||||
|
||||
#ifdef MSDOS16
|
||||
# include <dos.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue