PandA-2024.02
sort.h
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <math.h>
4 #include "support.h"
5 
6 #define SIZE 2048
7 #define TYPE int32_t
8 #define TYPE_MAX INT32_MAX
9 
10 void ms_mergesort(TYPE a[SIZE]);
11 
13 // Test harness interface code.
14 
15 struct bench_args_t {
17 };
TYPE a[SIZE]
Definition: sort.h:16
void ms_mergesort(TYPE a[SIZE])
Definition: sort.c:31
#define SIZE
Definition: sort.h:6
#define TYPE
Definition: sort.h:7

Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by doxygen 1.8.13