#include <windows.h> #include <stdlib.h> #include <malloc.h> #include "dirent.h" DIR *opendir(const char *name) { char *path; HANDLE h; ...
確定! 回上一頁