#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bits.h"
#include "debug.h"
#include "printbuf.h"
Go to the source code of this file.
◆ printbuf_free()
void printbuf_free |
( |
struct printbuf * |
p | ) |
|
◆ printbuf_memappend()
int printbuf_memappend |
( |
struct printbuf * |
p, |
|
|
const char * |
buf, |
|
|
int |
size |
|
) |
| |
◆ printbuf_new()
◆ printbuf_reset()
void printbuf_reset |
( |
struct printbuf * |
p | ) |
|
◆ sprintbuf()
int sprintbuf |
( |
struct printbuf * |
p, |
|
|
const char * |
msg, |
|
|
|
... |
|
) |
| |
◆ vasprintf()
static int vasprintf |
( |
char ** |
buf, |
|
|
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
|
static |