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

10 lines
94 B
C

#include "../struct.h"
struct file_ostream
{
struct ostream super;
int fd;
};