mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
6 lines
100 B
C
6 lines
100 B
C
|
#if __STDC__
|
||
|
#define C_SYMBOL_NAME(name) _##name
|
||
|
#else
|
||
|
#define C_SYMBOL_NAME(name) _/**/name
|
||
|
#endif
|