You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitlib.pub/MITLIB/Include/CmnHdr.h

8 lines
192 B
C

#if !defined(__CMNHDR_H)
#define __CMNHDR_H
#define chSTR(x) #x
#define chSTR2(x) chSTR(x)
#define chMSG(desc) message(__FILE__ "(" chSTR2(__LINE__) "):"#desc)
#endif