Skip to content

Instantly share code, notes, and snippets.

@mkdym
Created May 7, 2016 02:12
Show Gist options
  • Save mkdym/74802ab479ad1fd5590a51f3afb24797 to your computer and use it in GitHub Desktop.
Save mkdym/74802ab479ad1fd5590a51f3afb24797 to your computer and use it in GitHub Desktop.
#define STRING2(x) #x
#define STRING(x) STRING2(x)
#define LOG_WARNING ("@@@@@ Need Log @@@@@ " __FILE__ "[" STRING(__LINE__) "]: " __FUNCTION__)
#pragma message LOG_WARNING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment