mirror of
https://github.com/nasa/trick.git
synced 2024-12-25 07:41:08 +00:00
17 lines
243 B
C++
17 lines
243 B
C++
/*
|
|
PURPOSE:
|
|
(All defined constant variables.)
|
|
*/
|
|
|
|
/*
|
|
* $Id: TrickConstant.hh 1369 2011-01-31 21:03:47Z hchen $
|
|
*/
|
|
|
|
|
|
#ifndef _TRICKCONSTANT_HH_
|
|
#define _TRICKCONSTANT_HH_
|
|
|
|
#define TRICK_MAX_LONG_LONG 9223372036854775807LL
|
|
|
|
#endif
|