Revision 5bdbb8a91180800fca6ff612a05e32f7b06b4d19 authored by Eric Fischer on 20 February 2017, 19:47:01 UTC, committed by Eric Fischer on 20 February 2017, 19:47:01 UTC
1 parent 55e7e20
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