From 23a01d86ec3b8e93f82e49f16830a2f32b9d424b Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 14 Jul 2018 17:24:36 +0430 Subject: update --- text.py | 1 + 1 file changed, 1 insertion(+) (limited to 'text.py') diff --git a/text.py b/text.py index d3ca5fc..7ea8a73 100644 --- a/text.py +++ b/text.py @@ -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" -- cgit v1.2.3