blob: 8159c89b947c5872b8c76438009d66dd009b74d9 (
plain)
1
2
3
4
5
6
|
/* This file should provide inline versions of math functions.
Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
This file should define __MATH_INLINES if functions are actually defined as
inlines. */
|