From 9942429dbb83fed5532c070f8afe41d6ddcd66d2 Mon Sep 17 00:00:00 2001 From: zlago Date: Wed, 25 Sep 2024 14:02:49 +0200 Subject: parallax --- utl/json2map/common.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utl/json2map/common.h (limited to 'utl/json2map/common.h') diff --git a/utl/json2map/common.h b/utl/json2map/common.h new file mode 100644 index 0000000..73e3240 --- /dev/null +++ b/utl/json2map/common.h @@ -0,0 +1,8 @@ +#include + +struct blob { + void *data; + size_t size; +}; + +struct blob load_file(char const *const name); -- cgit 1.4.1-2-gfad0