MLPutShortInteger (C 函数)
MLPutShortInteger 已经被 WSPutShortInteger 所取代.
int MLPutShortInteger(MLINK link,int i)
把整数 i 写入由 link 指定的 MathLink 连接,假设 i 只包含 C 类型 的数字数目.
更多信息

- 自变量 i 在外部程序中一般被声明为 short,但是在 MLPutShortInteger() 中必须声明为 int,以便于在没有 C 原型的情况下也可以用.
- MLPutShortInteger() 等同于 MLPutInteger16().