view lib/physmem.h @ 3677:3af461c197cc

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 09 Dec 2001 22:57:15 +0000
parents 2850b7ee3063
children c6450308f123
line wrap: on
line source

#ifndef PHYSMEM_H_
# define PHYSMEM_H_ 1

# if HAVE_CONFIG_H
#  include <config.h>
# endif

# ifndef PARAMS
#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#   define PARAMS(Args) Args
#  else
#   define PARAMS(Args) ()
#  endif
# endif

double physmem_total PARAMS ((void));
double physmem_available PARAMS ((void));

#endif /* PHYSMEM_H_ */