摘要: typedef struct { int id; char username [6]; } user; int main(void) { user *userr; strncpy(userr->username, "hello", 3); strcat(userr->username, ""0"); ... 阅读全文
posted @ 2009-01-22 16:00 AlexusLi 阅读(354) 评论(0) 推荐(0) 编辑