summary refs log tree commit diff
path: root/utl/json2map/common.h
blob: 73e32400e4e8d8e71f915ad7a0c78698b39e02e4 (plain)
1
2
3
4
5
6
7
8
#include <stddef.h>

struct blob {
	void *data;
	size_t size;
};

struct blob load_file(char const *const name);