diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-28 14:17:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-28 14:17:42 +0200 |
| commit | 1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25 (patch) | |
| tree | 7eb709ba968b501e3c69c2892616b51d61e37c14 /src/nissy.c | |
| parent | 7f24b27652ee6fa84e38f181cea57f319af0c204 (diff) | |
| download | nissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.tar.gz nissy-core-1e5c862d8fa7b76b69b8125d454d8f8d6a9cde25.zip | |
Turns checks into assertions in utils/math.h
Diffstat (limited to 'src/nissy.c')
| -rw-r--r-- | src/nissy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nissy.c b/src/nissy.c index 3190e55..93a4841 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | #include <stdlib.h> | ||
| 1 | #include <inttypes.h> | 2 | #include <inttypes.h> |
| 2 | #include <limits.h> | 3 | #include <limits.h> |
| 3 | #include <pthread.h> | 4 | #include <pthread.h> |
