Try to fixup the mess of mdoc(7)/man(7) mixture as created by the merge.
[netbsd-mini2440.git] / lib / libm / src / llrintf.c
blob28fee947fa087df16e95a81e5889194445b8c655
1 /* $NetBSD: llrintf.c,v 1.1 2004/06/30 15:08:30 drochner Exp $ */
3 /*
4 * Written by Matthias Drochner <drochner@NetBSD.org>.
5 * Public domain.
6 */
8 #define LRINTNAME llrintf
9 #define RESTYPE long long int
10 #define RESTYPE_MIN LLONG_MIN
11 #define RESTYPE_MAX LLONG_MAX
13 #include "lrintf.c"