摘要:
测试如何标记代码fdsfsa 1 #include "lock_stack.h" 2 #include <pthread.h> 3 #include <stdlib.h> 4 5 struct stack *stack_alloc(void) 6 { 7 struct stack *fp; 8 if((fp = (struct stack*)malloc(sizeof(... 阅读全文
posted @ 2013-06-22 10:49
崖山.
阅读(229)
评论(0)
推荐(0)