We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feae7e commit 49f1c8cCopy full SHA for 49f1c8c
array_merge/array_merge.c
@@ -1,4 +1,5 @@
1
#include "array_merge.h"
2
+#include "../mergesort/mergesort.h"
3
4
int* array_merge(int num_arrays, int* sizes, int** values) {
5
// This is obviously broken. It has the right type, though, eh?
0 commit comments