|
WPILibC++ 2025.1.1
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
29#if !defined(NDEBUG) || defined(_DEBUG)
39#define debug_print(fmt, ...) \
40 do { if (DEBUG) fprintf(stderr, "%s:%d:%s(): " fmt, strrchr("/"__FILE__,'/')+1, \
41 __LINE__, __func__, ##__VA_ARGS__); fflush(stderr);} while (0)