mathinline.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* This file should provide inline versions of math functions.
  2.    Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
  3.    This file should define __MATH_INLINES if functions are actually defined as
  4.    inlines.  */
  5. #if !defined __NO_MATH_INLINES && defined __OPTIMIZE__
  6. /* Here goes the real code.  */
  7. #endif