mirror of
https://github.com/nasa/trick.git
synced 2024-12-22 06:27:49 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
12 lines
171 B
C++
12 lines
171 B
C++
/*
|
|
PURPOSE:
|
|
(All defined constant variables.)
|
|
*/
|
|
|
|
#ifndef TRICKCONSTANT_HH
|
|
#define TRICKCONSTANT_HH
|
|
|
|
#define TRICK_MAX_LONG_LONG 9223372036854775807LL
|
|
|
|
#endif
|