repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
lib
/
physmem.h
blob
d9a98096f6a1d29e1e2587ca38f68b29b5e1b909
1
#ifndef PHYSMEM_H_
2
# define PHYSMEM_H_ 1
3
4
# if HAVE_CONFIG_H
5
# include <config.h>
6
# endif
7
8
# ifndef PARAMS
9
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
10
# define PARAMS(Args) Args
11
# else
12
# define PARAMS(Args) ()
13
# endif
14
# endif
15
16
double
physmem_total
PARAMS
((
void
));
17
double
physmem_available
PARAMS
((
void
));
18
19
#endif
/* PHYSMEM_H_ */