1 #include <limits.h>
2 #include <cfloat>
3 
4 #include <sdai.h>
5 #include "sc_memmgr.h"
6 
7 const char * SCLversion = "STEPcode, github.com/stepcode/stepcode";
8 
9 const SDAI_Integer  SDAI_INT_NULL  = LONG_MAX;
10 const SDAI_Real     SDAI_REAL_NULL  = FLT_MIN;
11 const SDAI_Real     SDAI_NUMBER_NULL  = FLT_MIN;
12