add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme

This commit is contained in:
pommicket 2023-07-03 17:50:49 -04:00
parent 3384d69133
commit 113d03741a
10 changed files with 480 additions and 13 deletions

View file

@ -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]