trick/trick_source/sim_services/include/TrickConstant.hh
2015-02-26 09:02:31 -06:00

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