diff options
Diffstat (limited to 'wcon.h')
-rw-r--r-- | wcon.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ extern int w_get_char(); +#ifdef A64 +extern int w_get_int (__int64 *i_p); +#else extern int w_get_int (int *i_p); +#endif extern int w_get_real (double *r_p); extern unsigned long w_get_text (char *string,unsigned long max_length); extern void w_print_char (char c); |