diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:25:53 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-18 14:25:53 +0100 |
| commit | 684d67d12ec2be6526088f36c2e83d2820392895 (patch) | |
| tree | 4d23fb0f4fd667c3a891024caed3a91ca752611e /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 8d7683b851980f81bd5776fd02b91737e56d6583 (diff) | |
| download | box64-684d67d12ec2be6526088f36c2e83d2820392895.tar.gz box64-684d67d12ec2be6526088f36c2e83d2820392895.zip | |
Added wrapped __isoc99_scanf function (for #164)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 834efe64..343e9669 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -110,6 +110,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(execvp, iFpp_t) \ GO(sigaltstack, iFpp_t) \ GO(swapcontext, iFpp_t) \ + GO(__isoc99_scanf, iFpV_t) \ GO(execl, iFpV_t) \ GO(execlp, iFpV_t) \ GO(printf, iFpV_t) \ |