aboutsummaryrefslogtreecommitdiffstats
path: root/trace.h
blob: cef99278813a5d88699875b8100bfe3528a89a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
 * SPDX-License-Identifier: MIT
 */
#ifndef PACK_TRACE_H
#define PACK_TRACE_H

void tr_call(const char *fmt, ...);
void tr_debug(const char *fmt, ...);

#endif // !PACK_TRACE_H