创建一个pthread线程时如何传递参数
摘要:
现在我写的源代码如下: #include #include typedef struct { char test_no1[12]; char test_no2[20]; short test_length; } tsm_info_def; void *SendSM(void *arg) { char No1[12]; char No2[20]; int Length; tsm_info_... 阅读全文
posted @ 2008-08-17 22:14 cy163 阅读(2543) 评论(1) 推荐(0) 编辑