摘要: #include #include /*void my_strcpy(char *s,char *t){ int i = 0; while ((s[i] = t[i]) != '\0') i++;}*/void... 阅读全文
posted @ 2012-03-16 13:14 javaadu 阅读(103) 评论(0) 推荐(0)
摘要: A register variable declaration advises the compiler that the variable in question will be heavily used. r... 阅读全文
posted @ 2012-03-16 11:28 javaadu 阅读(209) 评论(0) 推荐(0)