diff options
Diffstat (limited to 'src/nonstd/struct_io_options.c')
-rw-r--r-- | src/nonstd/struct_io_options.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nonstd/struct_io_options.c b/src/nonstd/struct_io_options.c new file mode 100644 index 00000000..db125f6d --- /dev/null +++ b/src/nonstd/struct_io_options.c @@ -0,0 +1,10 @@ +#include <nonstd/io.h> + +struct io_options { + const char *fnname; + char *string; + struct __FILE *stream; + size_t maxlen; + int fd; + int flags; +}; |