mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
8 lines
129 B
C
8 lines
129 B
C
#ifndef PHYSMEM_H_
|
|
# define PHYSMEM_H_ 1
|
|
|
|
double physmem_total (void);
|
|
double physmem_available (void);
|
|
|
|
#endif /* PHYSMEM_H_ */
|