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 | ) |
Definition at line 138 of file printbuf.c.
int printbuf_memappend | ( | struct printbuf * | p, |
const char * | buf, | ||
int | size | ||
) |
Definition at line 43 of file printbuf.c.
struct printbuf* printbuf_new | ( | void | ) | [read] |
Definition at line 28 of file printbuf.c.
void printbuf_reset | ( | struct printbuf * | p | ) |
Definition at line 132 of file printbuf.c.
Definition at line 104 of file printbuf.c.