这些变量类型在python中的ctype等价物是什么:
signed short iHD;
word iThem;
字定义为:
typedef unsigned short word
无符号16位类型的定义
到处看,但我找不到等效的ctype
谢谢!
答案 0 :(得分:0)
答案 1 :(得分:0)
你看过文档了吗?
您正在寻找c_short
和c_ushort
http://docs.python.org/library/ctypes.html#ctypes.c_short http://docs.python.org/library/ctypes.html#ctypes.c_ushort