diff options
author | Oskar <[email protected]> | 2024-04-01 16:07:37 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-01 16:07:37 +0200 |
commit | 3fbbbfbfceff0344d6f78c68cfcf11193557be76 (patch) | |
tree | 360f28047e33ffbbc478e59e72e3519763cede73 /process_multiples.h | |
parent | 2a61dc3144dcbf3b281a68ffdcaa177f4ccee349 (diff) |
More changes to functions. New arguments for call_L
Diffstat (limited to 'process_multiples.h')
-rw-r--r-- | process_multiples.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_multiples.h b/process_multiples.h index 9f78e4b..f509f5a 100644 --- a/process_multiples.h +++ b/process_multiples.h @@ -1,6 +1,6 @@ #include <stdint.h> -uint64_t call_L(char *multiple, uint64_t focus); +uint64_t call_L(char *multiple, uint64_t focus, uint64_t Flines); int call_N(char *multiple); int call_X(char *multiple); int call_D(char *multiple);
\ No newline at end of file |