diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 17:27:07 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 17:27:07 +0000 |
commit | 2e4772e82335c32e07d0605e5edefb0ac6ea857b (patch) | |
tree | d7a054971d1ea18056d0ddb9e0bf0aeb93fb274f /include/file.h | |
parent | 907a6834f73ccf2839853eb67a29726275ed04b4 (diff) |
Notes
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 |