Searched refs:fopen (Results 1 – 3 of 3) sorted by relevance
56 FILE *fopen(const char *restrict pathname, const char *restrict mode);
61 FILE *fopen(const char *restrict pathname, const char *restrict mode) in fopen() function
51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…52 - libc: new: 简单添加了`fopen()`对mode参数的处理。请注意,它没有完全遵循posix,也与Linux的不一致,将来使用Rust的时候完善它。 (#141)180 简单添加了fopen对mode参数的处理。请注意,它没有完全遵循posix,也与Linux的不一致,将来使用Rust的时候完善它。 (#141)238 * 加上ferror fopen fclose