Revision a3202488570ef0be4ae443df897c26f5f21d1c60 authored by Shan-Chun Kuo on 07 April 2017, 12:33:01 UTC, committed by Shan-Chun Kuo on 07 April 2017, 12:33:01 UTC
1 parent 9fb1208
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