Created
January 2, 2018 22:25
-
-
Save leok7v/4751aae320dde252d3f88dfc1abd6aab to your computer and use it in GitHub Desktop.
trace.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define trace(format, ...) printf(__FILE__ "(%d) [%d] " format "\n", __LINE__, gettid(), ## __VA_ARGS__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment