#include "rutz/fstring.h"
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
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.h.