diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
| commit | 219c94c7eb7448bfc86602579de3765216888297 (patch) | |
| tree | 04d45285bec04fe0e4e025e90f50dc262384b390 /src/utils.h | |
| parent | 09435bffe025a96e0d9c3b44ee9c505973b383bd (diff) | |
Update
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/utils.h b/src/utils.h deleted file mode 100644 index 303055a..0000000 --- a/src/utils.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef PIT_UTILS_H -#define PIT_UTILS_H - -#include <stdckdint.h> - -#define PIT_STRSTR(x) #x -#define PIT_STR(x) PIT_STRSTR(x) -void pit_panic(const char *format, ...); -void pit_debug(const char *format, ...); -#define pit_mul(result, a, b) if (ckd_mul(result, a, b)) pit_panic("integer overflow during multiplication%s",""); - - -#endif |
