core.sys.posix.stdio

D header file for POSIX.

Functions 7

fnchar * ctermid(char *) extern(C) nothrow @nogc
fnFILE * fdopen(int, const scope char *) extern(C) nothrow @nogc
fnint fileno(FILE *) extern(C) nothrow @nogc
fnchar * gets(char *) extern(C) nothrow @nogc
fnint pclose(FILE *) extern(C) nothrow @nogc
fnFILE * popen(const scope char *, const scope char *) extern(C) nothrow @nogc
fnchar * tempnam(const scope char *, const scope char *) extern(C) nothrow @nogc