home *** CD-ROM | disk | FTP | other *** search
- /* Epoc/Os structures and constants */
-
- #define EVAL_DEFAULT_PLACES 2
- #define EVAL_DEFAULT_FMT_TYPE P_DTOB_FIXED
- #define CALC_MAX_PLACES 12
- #define CALC_DEFAULT_PLACES CALC_MAX_PLACES
- #define CALC_DEFAULT_FMT_TYPE P_DTOB_GENERAL
- #define MAX_MEMORIES 10
-
- STRUCT MEM_VALUES
- evalFormat#
- evalDPlaces#
- calcFormat#
- calcDPlaces#
- values(MAX_MEMORIES)
- ENDS
-
- STRUCT MEM_ENV
- nameLbc#
- name#(3)
- valueLbc#
- value#(SIZEOF(MEM_VALUES))
- ENDS
-
- STRUCT EXTENDED_MEM_VALUES
- evalDegrees#
- calcDegrees#
- memVal#(SIZEOF(MEM_VALUES))
- ENDS
-