gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fopen (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fopen.c - 3.4KB - 87 lines
86: }
87: FILE *fopen(const char *path, const char *mode){ return fopen_eno(path, mode, NULL); }