aboutsummaryrefslogtreecommitdiff
path: root/challenge-196/duncan-c-white/C/printarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-196/duncan-c-white/C/printarray.h')
-rw-r--r--challenge-196/duncan-c-white/C/printarray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-196/duncan-c-white/C/printarray.h b/challenge-196/duncan-c-white/C/printarray.h
new file mode 100644
index 0000000000..40efb83277
--- /dev/null
+++ b/challenge-196/duncan-c-white/C/printarray.h
@@ -0,0 +1 @@
+extern void print_int_array( int maxw, int nel, int * results, char sep, FILE * out );