mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
17 lines
445 B
PHP
17 lines
445 B
PHP
|
#include "libc/calls/calls.h"
|
||
|
#include "libc/errno.h"
|
||
|
#include "libc/fmt/conv.h"
|
||
|
#include "libc/limits.h"
|
||
|
#include "libc/macros.internal.h"
|
||
|
#include "libc/sysv/consts/exit.h"
|
||
|
#include "third_party/mbedtls/config.h"
|
||
|
#include "third_party/mbedtls/test/lib.h"
|
||
|
|
||
|
asm(".ident\t\"\\n\\n\
|
||
|
Mbed TLS (Apache 2.0)\\n\
|
||
|
Copyright ARM Limited\\n\
|
||
|
Copyright Mbed TLS Contributors\"");
|
||
|
asm(".include \"libc/disclaimer.inc\"");
|
||
|
|
||
|
STATIC_YOINK("zip_uri_support");
|