gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:closedir (0.00 seconds)
t2ex
t2ex_source/include/t2ex/dirent.h - 3.2KB - 91 lines
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);
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
438: 
439:         closedir(dir);
440: }