10 #ifdef ZKPP_USER_CONFIG
11 # include ZKPP_USER_CONFIG
14 #define ZKPP_VERSION_MAJOR 0
15 #define ZKPP_VERSION_MINOR 1
16 #define ZKPP_VERSION_PATCH 1
49 # if defined(__GNUC__)
50 # define ZKPP_EXPORT __attribute__((visibility("default")))
52 # define ZKPP_HIDDEN __attribute__((visibility("hidden")))
54 # error "Unknown shared object semantics for this compiler."
T * ptr
A simple, unowned pointer.