source:
vendor/FreeBSD-msun/current/src/s_lrintf.c
Last change on this file was 2006, checked in by , 20 years ago | |
---|---|
|
|
File size: 215 bytes |
Line | |
---|---|
1 | #include <sys/cdefs.h> |
2 | __FBSDID("$FreeBSD: src/lib/msun/src/s_lrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $"); |
3 | |
4 | #define type float |
5 | #define roundit rintf |
6 | #define dtype long |
7 | #define fn lrintf |
8 | |
9 | #include "s_lrint.c" |
Note:
See TracBrowser
for help on using the repository browser.