mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-30 19:34:26 +00: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_ */
|