not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-#include <ansidecl.h>
#ifdef BSD
#include </usr/include/stdio.h>
#define EXIT_SUCCESS 0
#include <float.h>
+void rfg1 (void);
+void rfg2 (void);
+
void
-DEFUN(fmtchk, (fmt), CONST char *fmt)
+fmtchk (const char *fmt)
{
(void) fputs(fmt, stdout);
(void) printf(":\t`");
}
void
-DEFUN(fmtst1chk, (fmt), CONST char *fmt)
+fmtst1chk (const char *fmt)
{
(void) fputs(fmt, stdout);
(void) printf(":\t`");
}
void
-DEFUN(fmtst2chk, (fmt), CONST char *fmt)
+fmtst2chk (const char *fmt)
{
(void) fputs(fmt, stdout);
(void) printf(":\t`");
*/
void
-DEFUN_VOID(fp_test)
+fp_test (void)
{
int i, j, k, l;
char buf[7];
}
\f
int
-DEFUN_VOID(main)
+main (int argc, char *argv[])
{
static char shortstr[] = "Hi, Z.";
static char longstr[] = "Good morning, Doctor Chandra. This is Hal. \
}
}
\f
-rfg1 ()
+void
+rfg1 (void)
{
char buf[100];
return 0;
}
-rfg2 ()
+void
+rfg2 (void)
{
int prec;
char buf[100];