
MTK_BD
李子
天若有情天亦老
月若无恨月长圆
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
写宏遇到的问题:warning: backslash and newline separated by space - C
原来是因为\ 后面多了一个空格 附上一个刚刚写得调试用的例子: #define desay_debug(_string,myValue) \ do{\ c_snprintf(desay_info, \ 250 - 1, \原创 2011-08-05 14:24:40 · 29582 阅读 · 3 评论 -
switch引发的错误:a label can only be part of a statement and a declaration is not a statement
GCC: error: a label can only be part of a statement and a declaration is not a statement switch(a){ swtch(a){ case 1: ca原创 2011-08-05 15:51:02 · 2178 阅读 · 0 评论