Derive-C
Loading...
Searching...
No Matches
trace.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdio.h>
4
5
#define DC_DEBUG_TRACE \
6
fprintf(stdout, "[%s@%s:%d] entering function\n", __func__, __FILE__, __LINE__)
src
derive-c
utils
debug
trace.h
Generated by
1.15.0