#include struct istream_inheritance; struct istream { const struct istream_inheritance* inheritance; uint8_t c; unsigned refcount; };