diff options
| -rw-r--r-- | util.h | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef ITS1_UTIL_H_INCLUDED | 1 | #pragma once |
| 2 | #define ITS1_UTIL_H_INCLUDED | ||
| 3 | 2 | ||
| 4 | #include <stdarg.h> | 3 | #include <stdarg.h> |
| 5 | #include <stdio.h> | 4 | #include <stdio.h> |
| @@ -27,5 +26,3 @@ error(const char *msg, ...) | |||
| 27 | #ifndef NELEM | 26 | #ifndef NELEM |
| 28 | # define NELEM(x) (sizeof(x) / sizeof(x[0])) /* NOLINT */ | 27 | # define NELEM(x) (sizeof(x) / sizeof(x[0])) /* NOLINT */ |
| 29 | #endif | 28 | #endif |
| 30 | |||
| 31 | #endif | ||
