trick/trick_source/sim_services/include/TrickConstant.hh

17 lines
243 B
C++
Raw Normal View History

2015-02-26 15:02:31 +00:00
/*
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