cregit-Linux how code gets into the kernel

Release 4.14 include/linux/stringify.h

Directory: include/linux
#ifndef __LINUX_STRINGIFY_H

#define __LINUX_STRINGIFY_H

/* Indirect stringification.  Doing two levels allows the parameter to be a
 * macro itself.  For example, compile with -DFOO=bar, __stringify(FOO)
 * converts to "bar".
 */


#define __stringify_1(x...)	#x

#define __stringify(x...)	__stringify_1(x)

#endif	/* !__LINUX_STRINGIFY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Dave Jones1973.08%125.00%
Linus Torvalds415.38%125.00%
Zhao Lei27.69%125.00%
Jeff Dike13.85%125.00%
Total26100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.