8 lines
103 B
C
8 lines
103 B
C
#ifndef __UTIL_H_INCLUDED__
|
|
#define __UTIL_H_INCLUDED__
|
|
|
|
#define Q(x) #x
|
|
#define QUOTE(x) Q(x)
|
|
|
|
#endif
|