WSPutInteger (C Function)
int WSPutInteger(WSLINK link,int i)
puts the integer i to the WSTP connection specified by link.
Details

- You can send arbitrary‐precision integers to the Wolfram Language by giving lists of digits, then converting them to numbers using FromDigits.
- WSPutInteger() is equivalent to WSPutInteger32().
See Also
C Functions: WSGetInteger() WSPutShortInteger() WSPutLongInteger() WSPutIntegerList()
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)