Searched refs:stdout (Results 1 – 3 of 3) sorted by relevance
5 FILE *stdout; variable12 stdout = malloc(sizeof(FILE)); in _libc_init()16 stdout->fd = 1; in _libc_init()
36 extern FILE* stdout;
51 - libc: new: 新增`fflush()`, `fprintf()`, `stdin`, `stdout`, `stderr`, `ferror()`, `fopen()`, `fclose…