 |
OpenVPN 3 Core Library
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef OPENVPN_COMMON_STRINGIZE_H
13#define OPENVPN_COMMON_STRINGIZE_H
17#define OPENVPN_STRINGIZE(x) OPENVPN_STRINGIZE2(x)
18#define OPENVPN_STRINGIZE2(x) #x