#include "rutz/fstring.h"
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
Auxiliary helper namespace used in implementing shared_ptr. | |
Functions | |
rutz::fstring | rutz::vsfmt (const char *fmt, va_list ap) |
snprintf() the specified format string + varargs into a rutz::fstring. | |
rutz::fstring | rutz::sfmt (const char *fmt,...) __attribute__((format(__printf__ |
snprintf() the specified format string + varargs into a rutz::fstring. | |
static const char | __attribute__ ((used)) vcid_groovx_rutz_sfmt_h_utc20050705180238[] |
make a rutz::fstring using printf-style formatting
Definition in file sfmt.h.