#include <string.h>
#include "../dprint.h"
#include "../mem/mem.h"

Go to the source code of this file.
Functions | |
| int | mi_fmt_init (unsigned int size) |
Variables | |
| char * | mi_fmt_buf = 0 |
| int | mi_fmt_buf_len = 0 |
Definition in file fmt.c.
| int mi_fmt_init | ( | unsigned int | size | ) |
Definition at line 43 of file fmt.c.
References LM_ERR, mi_fmt_buf, mi_fmt_buf_len, NULL, and pkg_malloc.
Referenced by mi_print_fmt().
| char* mi_fmt_buf = 0 |
| int mi_fmt_buf_len = 0 |
1.5.6