xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
finitef.c
(revision 6a2d53e7237764eab0c7b6d121772f26d636fb60)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
_GNU_SOURCE
2
#
include
<
math.h
>
3
4
int
finitef
(
float
x
)
5
{
6
return
isfinite
(
x
);
7
}
8
Scopes Window
x
Intelligence window
x
Next >>
|
<< Prev
In current file
Highlight
Unhighlight
Unhighlight all
In project "undefined"
Search for definitions of
Search for references of
Do a full search with
Search for file names that contain
On Google
Google
Messages Window
x
Navigate Window
x