%PDF- %PDF-
Direktori : /proc/self/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/ |
Current File : //proc/self/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/nldbl-remainder.c |
#include "nldbl-compat.h" double attribute_hidden remainderl (double x, double y) { return remainder (x, y); } extern __typeof (remainderl) dreml attribute_hidden; weak_alias (remainderl, dreml)