#include "rutz/sfmt.h"
#include "rutz/compat_snprintf.h"
#include "rutz/error.h"
#include "rutz/debug.h"
Go to the source code of this file.
Functions | |
fstring | rutz::vsfmt (const char *fmt, va_list ap) |
snprintf() the specified format string + varargs into a rutz::fstring. | |
fstring | rutz::sfmt (const char *fmt,...)__attribute__((format(__printf__ |
snprintf() the specified format string + varargs into a rutz::fstring. |
Definition in file sfmt.cc.