aboutsummaryrefslogtreecommitdiff
path: root/cxc.h
blob: 11cb10ee28050856dc5e029dbcebe79aae56d124 (plain)
1
2
3
4
5
6

#include <stdio.h>

#ifndef L
#define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__);
#endif