Search notes:

libc: input/output

File descriptors Streams
low level Builds open file descriptors
Type int FILE*
Possible usages Non blocking I/O Formatted output (printf() etc).

Index