mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
8 lines
149 B
C
8 lines
149 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
#define TRACE_DEBUG(x, args ...) printf(x, ## args)
|
|
#define TRACE_INFO TRACE_DEBUG
|
|
#define TRACE_ERROR TRACE_DEBUG
|