mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
8 lines
69 B
C
8 lines
69 B
C
#include <math.h>
|
|
|
|
int
|
|
foo (double d)
|
|
{
|
|
return floor (d) != 0.0;
|
|
}
|