Data Structures | |
struct | printbuf |
Functions | |
printbuf * | printbuf_new () |
int | printbuf_memappend (struct printbuf *p, char *buf, int size) |
int | sprintbuf (struct printbuf *p, const char *msg,...) |
void | printbuf_reset (struct printbuf *p) |
void | printbuf_free (struct printbuf *p) |
void printbuf_free | ( | struct printbuf * | p | ) |
int printbuf_memappend | ( | struct printbuf * | p, | |
char * | buf, | |||
int | size | |||
) |
struct printbuf* printbuf_new | ( | ) |
void printbuf_reset | ( | struct printbuf * | p | ) |
int sprintbuf | ( | struct printbuf * | p, | |
const char * | msg, | |||
... | ||||
) |