mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 19:30:10 +00:00
7 lines
240 B
C
7 lines
240 B
C
|
/* 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. */
|