1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5remquol (double x, double y, int *quo)
6{
7 return remquo (x: x, y: y, quo: quo);
8}
9

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-remquo.c