Skip to content

Instantly share code, notes, and snippets.

@yuya-oc
Created April 9, 2012 15:00
Show Gist options
  • Save yuya-oc/2344070 to your computer and use it in GitHub Desktop.
Save yuya-oc/2344070 to your computer and use it in GitHub Desktop.
Macro
#include <iostream>
using namespace std;
int main(){
cout << __FUNCTION__ << endl;
cout << __FILE__ << ":" << __LINE__ << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment