WSGetInteger64 (C 関数)
詳細
![](Files/WSGetInteger64.ja/details_1.png)
例題
例 (1)
#include "wstp.h"
/* read a 64-bit integer from a link */
void f(WSLINK lp)
{
wsint64 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)
{
wsint64 data;
if(! WSGetInteger64(lp, &data))
{ /* unable to read a 64-bit integer from lp */
/* ... */
}