Platform
[GridLAB-D Core]


Detailed Description

This header file handles platform specific macros.


Defines

#define atoi64   atoll
 standard version of 64-bit atoi
#define FMT_INT64   "ll"
 standard version of 64-bit integer printf format string
#define int64   long long
 standard version of 64-bit integers
#define max(A, B)   ((A)>(B)?(A):(B))
 max macro
#define min(A, B)   ((A)<(B)?(A):(B))
 min macro
#define NATIVE   int32
 native integer size
#define stricmp   strcasecmp
 deprecated stricmp
#define strnicmp   strncasecmp
 deprecated strnicmp


GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy