lambda-calc-1/ostream/new.h
2025-01-13 20:36:07 -06:00

10 lines
157 B
C

#include <stddef.h>
struct ostream_inheritance;
struct ostream* new_ostream(
const struct ostream_inheritance* inheritance,
size_t alloc_size);