comparison libao2/remez.c @ 3839:b608086bf84e

warning fixes
author pl
date Fri, 28 Dec 2001 18:15:50 +0000
parents 3f041e737e62
children
comparison
equal deleted inserted replaced
3838:0fdab5847f76 3839:b608086bf84e
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 *************************************************************************/ 20 *************************************************************************/
21 21
22 22
23 #include "config.h"
23 #include "remez.h" 24 #include "remez.h"
25
26 #include <stdio.h>
27 #ifdef HAVE_MALLOC_H
28 #include <malloc.h>
29 #endif
30 #include <stdlib.h>
24 #include <math.h> 31 #include <math.h>
25 32
26 /******************* 33 /*******************
27 * CreateDenseGrid 34 * CreateDenseGrid
28 *================= 35 *=================