From 2e4772e82335c32e07d0605e5edefb0ac6ea857b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 26 Nov 2020 17:27:07 +0000 Subject: Import version 3.2.0 --- include/file.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/file.h') diff --git a/include/file.h b/include/file.h index 0ba8caa80c98..6fa08b3f436c 100644 --- a/include/file.h +++ b/include/file.h @@ -62,6 +62,4 @@ void bc_file_printf(BcFile *restrict f, const char *fmt, ...); void bc_file_vprintf(BcFile *restrict f, const char *fmt, va_list args); void bc_file_puts(BcFile *restrict f, const char *str); -void bc_file_ultoa(unsigned long long val, char buf[BC_FILE_ULL_LENGTH]); - #endif // BC_FILE_H -- cgit v1.2.3