1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 00:56:34 +02:00
Files
coreutils/lib/physmem.h

8 lines
129 B
C
Raw Normal View History

2000-12-19 08:22:18 +00:00
#ifndef PHYSMEM_H_
# define PHYSMEM_H_ 1
double physmem_total (void);
double physmem_available (void);
2000-12-19 08:22:18 +00:00
#endif /* PHYSMEM_H_ */