summaryrefslogtreecommitdiffstats
path: root/src/log.h
blob: 9ef09fec2454d6462c7cbae2f2302b3817b3171b (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdarg.h>
#include <stdio.h>

void log_init(void);
void log_deinit(void);

void log_info(const char *fmtstr, ...);