aboutsummaryrefslogtreecommitdiff
path: root/weechat/debug.h
blob: 95117a9d6f5518cb6f4b406476c1b26292b95f57 (plain)
1
2
3
4
5
6
7
8
9
#pragma once


void debug_init(void);

void debug_deinit(void);

__attribute__((format (printf, 1, 2)))
void debugf(const char *restrict format, ...);