Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dstdio.h56 FILE *fopen(const char *restrict pathname, const char *restrict mode);
/DragonOS-0.1.8/user/libs/libc/src/
Dstdio.c68 FILE *fopen(const char *restrict pathname, const char *restrict mode) in fopen() function
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.3.md51 - 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