Made compilable with ANSI C compiler

This commit is contained in:
ceriel
1990-11-06 13:02:55 +00:00
parent 87a8061e1c
commit f192338596
15 changed files with 69 additions and 20 deletions

View File

@@ -10,6 +10,10 @@
#define __NO_DEFS
#include <math.h>
#if __STDC__
#include <pc_math.h>
#endif
static double
sinus(x, cos_flag)
double x;