gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fdopen (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fdopen.c - 3.2KB - 84 lines
83: }
84: FILE *fdopen(int fd, const char *mode){ return fdopen_eno(fd, mode, NULL); }