core/platform.h File Reference


Detailed Description

Id
platform.h,v 1.13 2008/02/15 00:09:24 d3p988 Exp

Author:
David P. Chassin

Definition in file platform.h.

Go to the source code of this file.

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