about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibctypes.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-05-20 18:32:25 +0800
committerGitHub <noreply@github.com>2023-05-20 12:32:25 +0200
commitf56181bdabdb17f46e9da8c5ff1d5d39093b9b02 (patch)
tree9c19d14587db9355f9ec513e5d7ce58d68f5959a /src/wrapped/generated/wrappedlibctypes.h
parentbc40c86f10727f447380d37c60c99533eef899bc (diff)
downloadbox64-f56181bdabdb17f46e9da8c5ff1d5d39093b9b02.tar.gz
box64-f56181bdabdb17f46e9da8c5ff1d5d39093b9b02.zip
[WRAPPER] Added vwprintf (#794)
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 5c123523..3b492850 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -145,6 +145,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void*
 	GO(printf, iFpV_t) \
 	GO(wprintf, iFpV_t) \
 	GO(vprintf, iFpA_t) \
+	GO(vwprintf, iFpA_t) \
 	GO(_IO_file_stat, iFSp_t) \
 	GO(__sysv_signal, pFip_t) \
 	GO(signal, pFip_t) \