1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Field layout of superclass. */
4 #include "ostream.priv.h"
5
6 /* Field layout of fd_ostream class. */
7 struct fd_ostream_representation
8 {
9 struct ostream_representation base;
10 int fd;
11 char *filename;
12 char *buffer;
13 size_t avail;
14 };