diff options
Diffstat (limited to 'include/file.h')
-rw-r--r-- | include/file.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |