comparison test/suite2/main.cc @ 605:0f40e13a2f0a

- cleanups
author Tassilo Philipp
date Wed, 21 Sep 2022 14:37:09 +0200
parents 7608e34098b0
children 85b7a117b807
comparison
equal deleted inserted replaced
604:90dfdac91b9b 605:0f40e13a2f0a
34 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */ 34 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */
35 35
36 int getId(); 36 int getId();
37 DCpointer getFunc(int x); 37 DCpointer getFunc(int x);
38 DCValue* getArg(int pos); 38 DCValue* getArg(int pos);
39
40
41 typedef double precise;
42 39
43 40
44 DCbool valueBool [MAXARGS]; 41 DCbool valueBool [MAXARGS];
45 DCchar valueChar [MAXARGS]; 42 DCchar valueChar [MAXARGS];
46 DCshort valueShort [MAXARGS]; 43 DCshort valueShort [MAXARGS];