diff options
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 |
