mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
- Make memmem() faster - Make readdir() thread safe - Remove 64kb limit from mkdeps.com - Add old crypt() function from Musl - Improve new fix-third-party.py tool - Improve libc/isystem/ headers and fix bugs
18 lines
549 B
C
18 lines
549 B
C
#ifndef COSMOPOLITAN_LIBC_NEXGEN32E_NEXGEN32E_H_
|
|
#define COSMOPOLITAN_LIBC_NEXGEN32E_NEXGEN32E_H_
|
|
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
COSMOPOLITAN_C_START_
|
|
|
|
extern long kHalfCache3;
|
|
extern const uint64_t kTens[20];
|
|
extern const uint32_t kSha256[64];
|
|
extern const uint64_t kSha512[80];
|
|
extern const unsigned char kTensIndex[64];
|
|
|
|
void imapxlatab(void *);
|
|
void insertionsort(int32_t *, size_t);
|
|
void CheckStackIsAligned(void);
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
|
#endif /* COSMOPOLITAN_LIBC_NEXGEN32E_NEXGEN32E_H_ */
|