Files
linux-apfs/tools/lib/lockdep/uinclude/linux/stringify.h
T

8 lines
161 B
C
Raw Normal View History

#ifndef _LIBLOCKDEP_LINUX_STRINGIFY_H_
#define _LIBLOCKDEP_LINUX_STRINGIFY_H_
#define __stringify_1(x...) #x
#define __stringify(x...) __stringify_1(x)
#endif