Release calc version 2.11.0t0

This commit is contained in:
Landon Curt Noll
1999-09-20 14:40:16 -07:00
parent b4e94b7eaa
commit 5307c4e16b
4 changed files with 46 additions and 64 deletions

View File

@@ -97,6 +97,12 @@
#include "longlong.h"
#if defined(__linux)
# if !defined(isascii)
extern int isascii(int c);
# endif /* !isascii */
#endif /* __linux */
char *program; /* our name */
MAIN