ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/physmem.h
Revision: 1996
Committed: Fri Feb 11 22:35:05 2005 UTC (19 years, 4 months ago) by tim
Content type: text/plain
File size: 220 byte(s)
Log Message:
adding physmem

File Contents

# User Rev Content
1 tim 1996 #ifndef UTILS_PHYSMEM_H
2     #define UTILS_PHYSMEM_H
3    
4     /** Return the total amount of physical memory. */
5     double physmem_total ();
6    
7     /** Return the amount of physical memory available. */
8     double physmem_available ();
9    
10     #endif

Properties

Name Value
svn:executable *