nogcio

Undocumented in source.

Members

Functions

fprint
void fprint(FILE* file, T input)
Undocumented in source. Be warned that the author may not have intended to support it.
fprintln
void fprintln(FILE* file, T input)
Undocumented in source. Be warned that the author may not have intended to support it.
fwprint
void fwprint(FILE* file, T input)
Undocumented in source. Be warned that the author may not have intended to support it.
fwprintln
void fwprintln(FILE* file, T input)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
wprint
void wprint(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
wprintln
void wprintln(T input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta