diff options
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,3 +27,4 @@ class text(): c_read_8 = "read(_fd, &XXX, sizeof(uint64_t));\n" c_read_gen = "read(_fd, &XXX, sizeof(YYY));\n" c_assign_struct = "XXX.YYY = ZZZ;\n" + simple_loop = "for (int i = 0; i < XXX; ++i) {\nYYY}\n" |