diff options
author | Oskar <[email protected]> | 2024-04-01 16:00:42 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-01 16:00:42 +0200 |
commit | 2a61dc3144dcbf3b281a68ffdcaa177f4ccee349 (patch) | |
tree | aba481cb70927ed89693fa7e205d88b65e9f7176 /process_multiples.h | |
parent | 3a08dca39c49ea7bd73e703a25ade3eaca8d0c81 (diff) |
Started integrating multiples. Still in progress.
Diffstat (limited to 'process_multiples.h')
-rw-r--r-- | process_multiples.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/process_multiples.h b/process_multiples.h new file mode 100644 index 0000000..9f78e4b --- /dev/null +++ b/process_multiples.h @@ -0,0 +1,6 @@ +#include <stdint.h> + +uint64_t call_L(char *multiple, uint64_t focus); +int call_N(char *multiple); +int call_X(char *multiple); +int call_D(char *multiple);
\ No newline at end of file |