diff options
author | bloodstalker <thabogre@gmail.com> | 2019-01-20 09:46:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-01-20 09:46:36 +0000 |
commit | fa95bc28c6093ad71543e53304d9e7e2ff7bb148 (patch) | |
tree | d6338892a920a389c67e42b2c251b146d45bb320 /text.py | |
parent | update (diff) | |
download | faultreiber-fa95bc28c6093ad71543e53304d9e7e2ff7bb148.tar.gz faultreiber-fa95bc28c6093ad71543e53304d9e7e2ff7bb148.zip |
update
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ class text(): c_read_elem_sig_c = "void* ft_read_YYY_c(int _fd, XXX** dummy, void*** void_train, uint64_t* current_void_size, uint64_t* current_void_count, uint64_t* agg_b_count ZZZ) {\n" c_read_elem_sig_h_c = "void* ft_read_YYY_c(int _fd, XXX** dummy, void*** void_train, uint64_t* current_void_size, uint64_t* current_void_count, uint64_t* agg_b_count ZZZ);\n" #c_read_elem_sig_1 = "ft_read_XXX(_fd)" - c_read_elem_sig_2 = "ft_read_XXX(_fd, YYY, ZZZ, current_void_size, current_void_count)" - c_read_elem_sig_2_c = "ft_read_XXX_c(_fd, YYY, ZZZ, current_void_size, current_void_count, &agg_b_count)" + c_read_elem_sig_2 = "ft_read_XXX(_fd, YYY, ZZZ, current_void_size, current_void_count WWW)" + c_read_elem_sig_2_c = "ft_read_XXX_c(_fd, YYY, ZZZ, current_void_size, current_void_count, &agg_b_count WWW)" c_open_file = "int ft_read_file = open(_ft_file_path, RDONLY);\n" c_function_close = "}\n" c_function_dummy_dec = "XXX dummy;\n" |