add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme
This commit is contained in:
parent
3384d69133
commit
113d03741a
10 changed files with 480 additions and 13 deletions
|
@ -49,6 +49,9 @@ typedef long ssize_t;
|
|||
#define USHRT_MAX UINT16_MAX
|
||||
#define UINT_MAX UINT32_MAX
|
||||
#define ULONG_MAX UINT64_MAX
|
||||
#define INTPTR_MIN INT64_MIN
|
||||
#define INTPTR_MAX INT64_MAX
|
||||
#define UINTPTR_MAX UINT64_MAX
|
||||
|
||||
static unsigned char __syscall_data[] = {
|
||||
// mov rax, [rsp+24]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue