swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: c87d6eadfcfcb7b385b0968f47e3934554a1ea1b authored by Eric Fischer on 03 January 2017, 20:18:40 UTC
Associate attributes with the right layer when explicitly tagged (#342)
Tip revision: c87d6ea
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