cosmopolitan/test/libc
Justine Tunney b5b60015f5 Add spellcheck example
One of the benefits of implementing system call support from scratch is
that we're able to have embedded zip filesystem support which trickles
into libraries such as stdio, without unportable symbolic interposition.
It's also be great if we could say open("gs://bucket/object", O_RDONLY)
for seamless GCS, similar to Java NIO, but abstracted by the C library.
2020-06-27 12:25:40 -07:00
..
alg Initial import 2020-06-15 07:18:57 -07:00
bits Initial import 2020-06-15 07:18:57 -07:00
calls Initial import 2020-06-15 07:18:57 -07:00
conv Initial import 2020-06-15 07:18:57 -07:00
crypto Initial import 2020-06-15 07:18:57 -07:00
dns Initial import 2020-06-15 07:18:57 -07:00
fmt Add glob and some finer tuning of documentation 2020-06-21 15:23:35 -07:00
intrin Initial import 2020-06-15 07:18:57 -07:00
math Initial import 2020-06-15 07:18:57 -07:00
mem Initial import 2020-06-15 07:18:57 -07:00
nexgen32e Initial import 2020-06-15 07:18:57 -07:00
rand Initial import 2020-06-15 07:18:57 -07:00
runtime Initial import 2020-06-15 07:18:57 -07:00
sock Initial import 2020-06-15 07:18:57 -07:00
stdio Initial import 2020-06-15 07:18:57 -07:00
str Add spellcheck example 2020-06-27 12:25:40 -07:00
time Initial import 2020-06-15 07:18:57 -07:00
tinymath Initial import 2020-06-15 07:18:57 -07:00
unicode Initial import 2020-06-15 07:18:57 -07:00
x Initial import 2020-06-15 07:18:57 -07:00
xed Add glob and some finer tuning of documentation 2020-06-21 15:23:35 -07:00
test.mk Initial import 2020-06-15 07:18:57 -07:00