ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/physmem.h
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/physmem.h (file contents):
Revision 1996 by tim, Fri Feb 11 22:35:05 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 1 | Line 1
1   #ifndef UTILS_PHYSMEM_H
2   #define UTILS_PHYSMEM_H
3  
4 + extern "C" {
5   /** Return the total amount of physical memory.  */
6   double physmem_total ();
7  
8   /** Return the amount of physical memory available.  */
9   double physmem_available ();
10 <
10 > }
11   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines