Revision 167f3c59ef5f4013473d792947a1d282bf506e53 authored by Eric Fischer on 10 May 2016, 23:39:54 UTC, committed by Eric Fischer on 10 May 2016, 23:39:54 UTC
1 parent 2a5e209
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