Go to the source code of this file.
Macros | |
#define | ECL_HAS_POSIX_THREADS |
Platform uses posix threads. More... | |
#define | ECL_HAS_SHARED_LIBS 1 |
Ecl exceptions are disabled. More... | |
#define | ECL_IS_POSIX |
Platform is posix-based. More... | |
#define | ECL_SIZE_OF_CHAR 1 |
Defines the number of bytes for a char type. More... | |
#define | ECL_SIZE_OF_DOUBLE 8 |
Defines the number of bytes for a double type. More... | |
#define | ECL_SIZE_OF_FLOAT 4 |
Defines the number of bytes for a float type. More... | |
#define | ECL_SIZE_OF_INT 4 |
Defines the number of bytes for a int type. More... | |
#define | ECL_SIZE_OF_LONG 8 |
Defines the number of bytes for a long type. More... | |
#define | ECL_SIZE_OF_LONG_DOUBLE 16 |
Defines the number of bytes for a long double type. More... | |
#define | ECL_SIZE_OF_LONG_LONG 8 |
Defines the number of bytes for a long long type. More... | |
#define | ECL_SIZE_OF_SHORT 2 |
Defines the number of bytes for a short type. More... | |
#define | ECL_VERSION 0.61.6 |