#include <derive-c/core/panic.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ dc_debug_fmt_new()
◆ dc_debug_fmt_print()
| void dc_debug_fmt_print |
( |
dc_debug_fmt | fmt, |
|
|
FILE * | stream, |
|
|
const char * | format, |
|
|
| ... ) |
|
static |
◆ dc_debug_fmt_print_indents()
| void dc_debug_fmt_print_indents |
( |
dc_debug_fmt | fmt, |
|
|
FILE * | stream ) |
|
static |
Definition at line 16 of file fmt.h.
16 {
17 for (
size_t i = 0; i < fmt.
indent; i++) {
19 }
20}
◆ dc_debug_fmt_scope_begin()
◆ dc_debug_fmt_scope_end()