WSGetInteger64 (C 函数)
范例
基本范例 (1)
#include "wstp.h"
/* read a 64-bit integer from a link */
void f(WSLINK lp)
{
mlint64 data;
if(! WSGetInteger64(lp, &data))
{ /* unable to read a 64-bit integer from lp */
/* ... */
}
#include "wstp.h"
/* read a 64-bit integer from a link */
void f(WSLINK lp)
{
mlint64 data;
if(! WSGetInteger64(lp, &data))
{ /* unable to read a 64-bit integer from lp */
/* ... */
}