10 lines
94 B
C
10 lines
94 B
C
|
|
#include "../struct.h"
|
|
|
|
struct file_ostream
|
|
{
|
|
struct ostream super;
|
|
|
|
int fd;
|
|
};
|
|
|