跳到主要内容

test_ulong

测试ffi调用中unsigned long test_ulong(unsigned long arg)的函数调用

声明

int test_ulong(int arg)

参数

参数名描述
arg

返回值

void

使用方式

testdll.test_ulong(1);
testdll.test_ulong(ULONG_MAX);
testdll.test_ulong(-ULONG_MAX);

// begin @ testdll.test_bool_true
testdll.test_bool_true();

返回文档