ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/physmem.h
(Generate patch)

Comparing:
trunk/src/utils/physmem.h (file contents), Revision 312 by tim, Fri Feb 11 22:35:05 2005 UTC vs.
branches/development/src/utils/physmem.h (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

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

Comparing:
trunk/src/utils/physmem.h (property svn:keywords), Revision 312 by tim, Fri Feb 11 22:35:05 2005 UTC vs.
branches/development/src/utils/physmem.h (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines