2012年1月14日

strlen问题

摘要: 最近遇到一个strlen问题。 程序代码如下: #include #include int main(int argc, char *argv[]){ int i; char a[1] = {'c'}; for (i = 0; i #include int mai... 阅读全文

posted @ 2012-01-14 22:49 YoungerChina 阅读(278) 评论(0) 推荐(0)

导航