# | Line 5 | Line 5 | extern "C" { | |
---|---|---|
5 | extern "C" { | |
6 | #endif | |
7 | ||
8 | < | /** Return the total amount of physical memory. */ |
9 | < | double physmem_total (); |
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 (); |
11 | > | /** Return the amount of physical memory available. */ |
12 | > | double physmem_available (void); |
13 | ||
14 | #ifdef __cplusplus | |
15 | } |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |