repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: munmap used by VM for itself is no longer used
[minix.git]
/
lib
/
libm
/
src
/
llrint.c
blob
dba6ae90b16a3a00893fc011a511dd96c03939e0
1
/* $NetBSD: llrint.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */
2
3
/*
4
* Written by Matthias Drochner <drochner@NetBSD.org>.
5
* Public domain.
6
*/
7
8
#define LRINTNAME llrint
9
#define RESTYPE long long int
10
#define RESTYPE_MIN LLONG_MIN
11
#define RESTYPE_MAX LLONG_MAX
12
13
#include
"lrint.c"