2014-10-24 20:23:01 +00:00

9 lines
76 B
C

#ifdef GIMME_AN_M
#ifndef M_H
#define M_H
const int m = 42;
#endif
#endif