XROAD
xroad_string_decl.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "xroad_string.h"
9 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 xroad_str_decl(xroad_path, 1024u);
16 
17 #ifdef __cplusplus
18 }
19 #endif
#define xroad_str_decl(name, sz)
Definition: xroad_string.h:267