Search | Google it | Results 1 - 2 of 2 for funcall:closedir (0.00 seconds) |
78: IMPORT int closedir_eno(DIR *dirp, errno_t *eno); 79: IMPORT int closedir(DIR *dirp); 80: IMPORT DIR *opendir_eno(const char *path, errno_t *eno);
438: 439: closedir(dir); 440: }