quickfun.h

Go to the documentation of this file.
00001 #ifndef __QUICKFUN_H__
00002 #define __QUICKFUN_H__
00003 #define __COMMON_TYPES_QUICKFUN_H__
00004 
00005 #include "object.h"
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 void quick_tanh_setup (void);
00012 REAL quick_tanh (REAL x);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #else /* def __QUICKFUN_H__ */
00019 
00020 #ifndef __COMMON_TYPES_QUICKFUN_H__
00021  #error This header file conflicts with another "quickfun.h" file.
00022 #endif
00023 
00024 #endif

Generated on Mon Jan 9 23:43:24 2006 for LEMGA by  doxygen 1.4.6