tan  0.0.1
config.h
1 #ifndef TAN_INCLUDE_CONFIG_H
2 #define TAN_INCLUDE_CONFIG_H
3 
4 constexpr unsigned int TAN_VERSION[3] = {0, 0, 1};
5 
6 #define MAX_N_FUNCTION_CALLS 256
7 
8 #endif //TAN_INCLUDE_CONFIG_H