C語言編程·執行記事本中的.exe可執行文件

1.學習內容 MOOC蘇曙光《操作系統》進程管理 2.代碼 #include <windows.h> #include <stdio.h> #include <stdlib.h> #define LINE 1024 char *ReadData(FILE *fp, char *buf) { return fgets(buf, LINE, fp);//讀取一行到buf } void someproc
相關文章
相關標籤/搜索