dtcalc: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson
2021-11-16 11:42:21 -07:00
parent 5a0e223ea1
commit 36c9476a74
2 changed files with 8 additions and 4 deletions

View File

@@ -42,6 +42,9 @@
#endif
#include "calctool.h"
int matherr(struct exception *exc); // calctool.c
extern char *base_str[] ; /* Strings for each base value. */
extern char *dtype_str[] ; /* Strings for each display mode value. */
extern char *mode_str[] ; /* Strings for each mode value. */