comparison test/suite_aggrs/main.c @ 440:e4ae6753a276

- simplified suite_aggr
author Tassilo Philipp
date Wed, 26 Jan 2022 14:22:33 +0100
parents b4ddad459690
children 4bd3ed699de8
comparison
equal deleted inserted replaced
439:252f32fa59d8 440:e4ae6753a276
21 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 22
23 */ 23 */
24 24
25 #include "dyncall.h" 25 #include "dyncall.h"
26 #include "dyncall_struct.h"
27 #include "globals.h" 26 #include "globals.h"
28 #include <string.h> 27 #include <string.h>
29 #include "../common/platformInit.h" 28 #include "../common/platformInit.h"
30 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */ 29 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */
31 30