OpenVPN 3 Core Library
|
Go to the source code of this file.
Macros | |
#define | OPENVPN_STRINGIZE(x) OPENVPN_STRINGIZE2(x) |
#define | OPENVPN_STRINGIZE2(x) #x |
#define OPENVPN_STRINGIZE | ( | x | ) | OPENVPN_STRINGIZE2(x) |
Definition at line 17 of file stringize.hpp.
#define OPENVPN_STRINGIZE2 | ( | x | ) | #x |
Definition at line 18 of file stringize.hpp.