gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:opendir_eno (0.01 seconds)
t2ex
t2ex_source/include/t2ex/dirent.h - 3.2KB - 91 lines
79: IMPORT  int      closedir(DIR *dirp);
80: IMPORT  DIR      *opendir_eno(const char *path, errno_t *eno);
81: IMPORT  DIR      *opendir(const char *path);
t2ex_source/lib/libc/src/dirent/opendir.c - 2.6KB - 80 lines
77: {
78:         return opendir_eno( path, NULL );
79: }