Revision 92cc08a5541f7663567ebc1e87f00ceb976fd971 authored by Eric Fischer on 15 October 2016, 00:11:57 UTC, committed by Eric Fischer on 15 October 2016, 00:11:57 UTC
1 parent eb1c64d
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