WSPutShortInteger (C 函数)
int WSPutShortInteger(WSLINK link,int i)
把整数 i 写入由 link 指定的 WSTP 连接,假设 i 只包含 C 类型 的数字数目.
更多信息
- 自变量 i 在外部程序中一般被声明为 short,但是在 WSPutShortInteger() 中必须声明为 int,以便于在没有 C 原型的情况下也可以用.
- WSPutShortInteger() 等同于 WSPutInteger16().
int WSPutShortInteger(WSLINK link,int i)
把整数 i 写入由 link 指定的 WSTP 连接,假设 i 只包含 C 类型 的数字数目.