diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h index d5f99d0..d8aeada 100644 --- a/src/parse.h +++ b/src/parse.h @@ -18,4 +18,14 @@ void file_read( bool read_output, char *file_format ); + +void file_write( + char *filepath, + Array input, Array out, + char *in_keys[], size_t n_in_keys, + char *out_keys[], size_t n_out_keys, + bool write_input, + char *file_format); + +char * file_format_infer(char *filename); #endif |