Go to the source code of this file.
Classes | |
struct | printbuf |
Functions | |
void | printbuf_free (struct printbuf *p) |
int | printbuf_memappend (struct printbuf *p, const char *buf, int size) |
struct printbuf * | printbuf_new (void) |
void | printbuf_reset (struct printbuf *p) |
int | sprintbuf (struct printbuf *p, const char *msg,...) |
void printbuf_free | ( | struct printbuf * | p | ) |
int printbuf_memappend | ( | struct printbuf * | p, | |
const char * | buf, | |||
int | size | |||
) |
struct printbuf* printbuf_new | ( | void | ) | [read] |
void printbuf_reset | ( | struct printbuf * | p | ) |
int sprintbuf | ( | struct printbuf * | p, | |
const char * | msg, | |||
... | ||||
) |