00001 #ifndef __FUNCS_H 00002 #define __FUNCS_H 00003 #include <math.h> 00004 #include <stdio.h> 00005 void funcs(double x, double a[],double *ymod, double dyda[], int ma); 00006 double erfdp1(double x); 00007 #endif