cosmopolitan/libc/mem
Justine Tunney a8d7195777 Make Cosmopolitan ANSI C89 compatible
You can now use cosmopolitan.h with an ANSI C89 compiler like MSVC. The
Cosmopolitan codebase itself won't support being compiled that way. But
you can build objects that link against Cosmopolitan using any compiler
and you can furthermore use tools like IntelliSense that can't even GNU

See also #40
2021-02-03 17:48:59 -08:00
..
cxx Change license 2020-12-27 17:18:44 -08:00
hook Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
alloca.h Initial import 2020-06-15 07:18:57 -07:00
asprintf.c Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
balloc.c Change license 2020-12-27 17:18:44 -08:00
bfree.c Change license 2020-12-27 17:18:44 -08:00
calloc.S Change license 2020-12-27 17:18:44 -08:00
fmt.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
free.S Change license 2020-12-27 17:18:44 -08:00
internal.h Improve documentation 2020-12-27 07:02:35 -08:00
malloc.S Change license 2020-12-27 17:18:44 -08:00
malloc_trim.S Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
malloc_usable_size.S Change license 2020-12-27 17:18:44 -08:00
mem.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
mem.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
memalign.S Change license 2020-12-27 17:18:44 -08:00
posix_memalign.S Change license 2020-12-27 17:18:44 -08:00
putenv.c Change license 2020-12-27 17:18:44 -08:00
pvalloc.S Change license 2020-12-27 17:18:44 -08:00
realloc.S Change license 2020-12-27 17:18:44 -08:00
realloc_in_place.S Change license 2020-12-27 17:18:44 -08:00
reallocarray.c Change license 2020-12-27 17:18:44 -08:00
setenv.c Change license 2020-12-27 17:18:44 -08:00
strdup.c Change license 2020-12-27 17:18:44 -08:00
strndup.c Change license 2020-12-27 17:18:44 -08:00
unhexstr.c Change license 2020-12-27 17:18:44 -08:00
valloc.S Change license 2020-12-27 17:18:44 -08:00
vasprintf.c Change license 2020-12-27 17:18:44 -08:00
wcsdup.c Change license 2020-12-27 17:18:44 -08:00