多级指针和多维数组不一样的啊。
swmore
@swmore
18
声望
278
帖子
9159
资料浏览
44
粉丝
2
关注
swmore 发布的帖子
-
RE: 公告:非计时区代码不允许增,删,改
typedef struct { int a, b; } test_param; //... test_param t; t.a = 1; t.b = 2; athread_spawn(func, &t)
typedef struct { int a, b; } test_param; void func(test_param *t){ printf("%d %d\n", t->a, t->b); }
试一哈...
-
RE: 动态I/O转发节点分配系统(Dynamic forwarding resource allocation)
@jixu 写论坛的那位.
这node用的.
炉火纯青.
竟然还加了基于websocket的实时刷新. -
RE: 公告:非计时区代码不允许增,删,改
根据本人丰富的跟sw5cc作战的经验.
athread_init()
,athread_halt()
可以在不包含任何头文件的时候调用.
望知悉.
不包含头文件调用, 后果自负.
还有一种方法是遍历符号表寻找athread_init
等函数的地址.====================
专注CPC/PAC捣乱3年.