diff options
author | Oskar <[email protected]> | 2024-04-13 18:40:47 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-13 18:40:47 +0200 |
commit | cfe7a2d4b3dd25ce9577417416e6313572e9e2ea (patch) | |
tree | 0b9bec226103ef43fde6899a324d358249952895 /process_multiples.h | |
parent | 8454a5c30c8f5f17abd377965b61dc0786a08800 (diff) |
x implemented and d partially implemented
Diffstat (limited to 'process_multiples.h')
-rw-r--r-- | process_multiples.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/process_multiples.h b/process_multiples.h index 6dc4067..137c782 100644 --- a/process_multiples.h +++ b/process_multiples.h @@ -2,5 +2,5 @@ uint64_t call_L(char *multiple, uint64_t focus, uint64_t Flines); uint64_t call_N(char *multiple, uint64_t focus, uint64_t Flines, char *filename); -uint64_t call_X(char *multiple); -uint64_t call_D(char *multiple);
\ No newline at end of file +int call_X(char *multiple, uint64_t focus, uint64_t Flines, char *filename); +uint64_t call_D(char *multiple, uint64_t focus, uint64_t Flines, char *filename);
\ No newline at end of file |