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__)