repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
preferences
/
screen
/
Utility.h
blob
1986046475c82d1006fd468736d431717379789c
1
#ifndef __UTILITY_H
2
#define __UTILITY_H
3
4
#include <SupportDefs.h>
5
6
extern
float
round
(
float
n
,
int32 max
);
7
8
#endif
//__UTILITY_H