Go to the source code of this file.
Functions | |
vcl_ostream & | vul_printf (vcl_ostream &s, char const *fmt,...) |
Print using printf format specifiers to an ostream. |
vcl_ostream& vul_printf | ( | vcl_ostream & | , |
char const * | fmt, | ||
... | |||
) |
Print using printf format specifiers to an ostream.
E.g.
vul_printf(cout, "%d\n", 12);
Definition at line 17 of file vul_printf.cxx.