From 630135558c432a4cae1e74fdad09007ee17932ad Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 2 Oct 2017 23:59:34 +1300 Subject: Dump WIP of opencl port --- slurp.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 slurp.h (limited to 'slurp.h') diff --git a/slurp.h b/slurp.h new file mode 100644 index 0000000..114014b --- /dev/null +++ b/slurp.h @@ -0,0 +1 @@ +char *slurp(FILE *f, size_t *size); -- cgit v1.1