OpenVPN 3 Core Library
Loading...
Searching...
No Matches
stringize.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPENVPN_STRINGIZE(x)   OPENVPN_STRINGIZE2(x)
 
#define OPENVPN_STRINGIZE2(x)   #x
 

Macro Definition Documentation

◆ OPENVPN_STRINGIZE

#define OPENVPN_STRINGIZE (   x)    OPENVPN_STRINGIZE2(x)

Definition at line 17 of file stringize.hpp.

◆ OPENVPN_STRINGIZE2

#define OPENVPN_STRINGIZE2 (   x)    #x

Definition at line 18 of file stringize.hpp.