Home
last modified time | relevance | path

Searched refs:__stdio_FILEs (Results 1 – 2 of 2) sorted by relevance

/lib/libc/include/
A Dstdio.h39 extern FILE __stdio_FILEs[];
41 #define stdin (&__stdio_FILEs[0])
42 #define stdout (&__stdio_FILEs[1])
43 #define stderr (&__stdio_FILEs[2])
/lib/libc/
A Dstdio.c31 FILE __stdio_FILEs[3] = { variable

Completed in 5 milliseconds