Search | Google it | Results 1 - 2 of 2 for funcall:opendir_eno (0.00 seconds) |
79: IMPORT int closedir(DIR *dirp); 80: IMPORT DIR *opendir_eno(const char *path, errno_t *eno); 81: IMPORT DIR *opendir(const char *path);
77: { 78: return opendir_eno( path, NULL ); 79: }