mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Fold LIBC_ALG into LIBC_MEM
This commit is contained in:
parent
7cf66bc161
commit
17aea99bb3
162 changed files with 265 additions and 430 deletions
|
@ -3,6 +3,12 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct CritbitNode {
|
||||
void *child[2];
|
||||
uint32_t byte;
|
||||
unsigned otherbits;
|
||||
};
|
||||
|
||||
int PutEnvImpl(char *, bool) hidden;
|
||||
void __freeenv(void *) hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue