diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-15 09:21:55 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-15 09:21:55 +0000 |
commit | bbad61c4d98d11bb8b895be08a2f4994ed0d78f3 (patch) | |
tree | 286d7fdf21896b923a29f8d0c2ca95ddeb0301bc /text.py | |
parent | update (diff) | |
download | faultreiber-bbad61c4d98d11bb8b895be08a2f4994ed0d78f3.tar.gz faultreiber-bbad61c4d98d11bb8b895be08a2f4994ed0d78f3.zip |
update
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,5 +26,6 @@ class text(): c_read_4 = "read(_fd, &XXX, sizeof(uint32_t));\n" c_read_8 = "read(_fd, &XXX, sizeof(uint64_t));\n" c_read_gen = "read(_fd, &XXX, sizeof(YYY));\n" + c_read_gen_2 = "read(_fd, &XXX, YYY);\n" c_assign_struct = "XXX.YYY = ZZZ;\n" simple_loop = "for (int i = 0; i < XXX; ++i) {\nYYY}\n" |