diff options
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ class text(): pragma_endif = "#endif\n" autogen_warning = "// this file has been automatically generated by faultreiber\n" last_comment = "// last line intentionally left blank\n\n" + read_func_sig = "int read_structured_file(char* path)" |