Revision 689f2ef7e9da2491fe342bf60d03979e245e6a25 authored by Eric Fischer on 02 November 2016, 23:57:35 UTC, committed by Eric Fischer on 02 November 2016, 23:57:35 UTC
1 parent 2e3ba8f
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