aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-07-04 21:24:26 +0000
committerbloodstalker <thabogre@gmail.com>2018-07-04 21:24:26 +0000
commite5ba7a8f4e4cae93da8907174edf454a35b45f47 (patch)
treef177c6541bac69ebeb37b88d6b31e955d291c117 /text.py
parentupdate (diff)
downloadfaultreiber-e5ba7a8f4e4cae93da8907174edf454a35b45f47.tar.gz
faultreiber-e5ba7a8f4e4cae93da8907174edf454a35b45f47.zip
update
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index d71e78b..52a84b1 100644
--- a/text.py
+++ b/text.py
@@ -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)"