diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-03-04 13:52:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-03-04 13:52:36 +0100 |
| commit | 82b19f6f699b927fb4de18a6598b04b4cb228d29 (patch) | |
| tree | d785352e5f9163ac87bee74f92b71da964c6b42f /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 9e37dd008d5710f03385c8afd1ef2aed728a8fe0 (diff) | |
| download | box64-82b19f6f699b927fb4de18a6598b04b4cb228d29.tar.gz box64-82b19f6f699b927fb4de18a6598b04b4cb228d29.zip | |
Added a few more libc wrapped functions
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 6e38ef3d..a7a31670 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -157,7 +157,9 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(execlp, iFpV_t) \ GO(printf, iFpV_t) \ GO(wprintf, iFpV_t) \ + GO(__isoc99_vscanf, iFpA_t) \ GO(vprintf, iFpA_t) \ + GO(vscanf, iFpA_t) \ GO(vwprintf, iFpA_t) \ GO(_IO_file_stat, iFSp_t) \ GO(__sysv_signal, pFip_t) \ |