1 2 3 4 5 6
#include <stdio.h> #ifndef L #define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__); #endif