Cleaned up and enabled the support for conditionally emitting the floating-point stdio code.

This commit is contained in:
dtrg
2007-04-27 22:41:39 +00:00
parent dcaec5dfa8
commit 9d8c776888
7 changed files with 21 additions and 12 deletions

View File

@@ -15,6 +15,7 @@
#include <float.h>
#include <errno.h>
#include <ctype.h>
#include <ack/config.h>
static int b64_add(struct mantissa *e1, struct mantissa *e2);
static b64_sft(struct mantissa *e1, int n);