diff options
Diffstat (limited to 'fpconv.h')
-rw-r--r-- | fpconv.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,12 +7,12 @@ | |||
7 | # define FPCONV_G_FMT_BUFSIZE 32 | 7 | # define FPCONV_G_FMT_BUFSIZE 32 |
8 | 8 | ||
9 | #ifdef USE_INTERNAL_FPCONV | 9 | #ifdef USE_INTERNAL_FPCONV |
10 | static inline void fpconv_init() | 10 | static inline void fpconv_init(void) |
11 | { | 11 | { |
12 | /* Do nothing - not required */ | 12 | /* Do nothing - not required */ |
13 | } | 13 | } |
14 | #else | 14 | #else |
15 | extern void fpconv_init(); | 15 | extern void fpconv_init(void); |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | extern int fpconv_g_fmt(char*, double, int); | 18 | extern int fpconv_g_fmt(char*, double, int); |