Skip to content

Instantly share code, notes, and snippets.

@leok7v
Created January 2, 2018 22:25
Show Gist options
  • Save leok7v/4751aae320dde252d3f88dfc1abd6aab to your computer and use it in GitHub Desktop.
Save leok7v/4751aae320dde252d3f88dfc1abd6aab to your computer and use it in GitHub Desktop.
trace.h
#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