Skip to content

Commit

Permalink
Guard against multiple inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jul 21, 2018
1 parent 1674b22 commit c2a8dff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/utility/system.H
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
* full conditions and disclaimers for each license.
*/

#ifndef SYSTEM_H
#define SYSTEM_H

#include "AS_global.H"



double getTime(void);

double getCPUTime(void);
Expand All @@ -38,3 +43,7 @@ uint64 getProcessSize(void);
uint64 getProcessSizeLimit(void);

uint64 getPhysicalMemorySize(void);



#endif // SYSTEM_H

0 comments on commit c2a8dff

Please sign in to comment.