Revision 0f1d2e4220df0dfb20ac9396c43d4f814202f2ea authored by Eric Fischer on 03 May 2016, 23:39:26 UTC, committed by Eric Fischer on 03 May 2016, 23:39:26 UTC
1 parent 43ffd6f
Raw File
pool.hpp
struct stringpool {
	long long left;
	long long right;
	long long off;
};

long long addpool(struct memfile *poolfile, struct memfile *treefile, const char *s, char type);
back to top