Main Page | Class Hierarchy | Class List | File List | Class Members

rint.h

00001 #ifndef AED_RINT_H
00002 #define AED_RINT_H
00003 
00004 #ifdef HAVE_CONFIG_H
00005 #include "config.h"
00006 #endif
00007 
00008 #ifdef HAVE_RINT
00009 #include <math.h>
00010 #else
00011 double rint(double);
00012 #endif
00013 
00014 #endif /* AED_RINT_H */

Generated on Mon Mar 1 19:56:18 2004 for aedGUI by doxygen 1.3.6