摘要:
1 #include 2 #include //for EXIT_FAILURE,exit() 3 4 int main(void) 5 { 6 FILE *fp; 7 char arr[100]; 8 9 // write something to test file 10 fp = fopen("test","w"); 11 ... 阅读全文
posted @ 2018-09-16 00:10
luwudang
阅读(117)
评论(0)
推荐(0)
2018年9月16日