diff options
Diffstat (limited to 'src/stdlib/int64.h')
| -rw-r--r-- | src/stdlib/int64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/int64.h b/src/stdlib/int64.h index dc47fa95..99df60a8 100644 --- a/src/stdlib/int64.h +++ b/src/stdlib/int64.h @@ -2,3 +2,5 @@ #define I64(i) (int64_t)(i) #include "intX.h" // IWYU pragma: export #define NONE_INT64 ((OptionalInt64_t){.has_value = false}) + +int Int64$print(FILE *f, int64_t n); |
