diff options
Diffstat (limited to '')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 80c33ae..9ba228d 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #define UTILS_H | 2 | #define UTILS_H |
| 3 | 3 | ||
| 4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| 5 | #include <stdint.h> | ||
| 5 | #include <stdlib.h> | 6 | #include <stdlib.h> |
| 6 | #include <string.h> | 7 | #include <string.h> |
| 7 | 8 | ||
| @@ -37,5 +38,6 @@ int powint(int a, int b); | |||
| 37 | int subset_to_index(int *a, int n, int k); | 38 | int subset_to_index(int *a, int n, int k); |
| 38 | void sum_arrays_mod(int *src, int *dst, int n, int m); | 39 | void sum_arrays_mod(int *src, int *dst, int n, int m); |
| 39 | void swap(int *a, int *b); | 40 | void swap(int *a, int *b); |
| 41 | void swapu64(uint64_t *a, uint64_t *b); | ||
| 40 | 42 | ||
| 41 | #endif | 43 | #endif |
