2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-remquo.c
blob592dadae8dbe0dcd797c1e1d8df03c13dd2c60b4
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 remquol (double x, double y, int *quo)
7 return remquo (x, y, quo);