%PDF- %PDF-
Direktori : /proc/25810/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/ |
Current File : //proc/25810/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/nldbl-finite.c |
#include "nldbl-compat.h" int attribute_hidden __finitel (double x) { return isfinite (x); } extern __typeof (__finitel) finitel attribute_hidden; weak_alias (__finitel, finitel)