liballofw
utils.h
Go to the documentation of this file.
1 #ifndef ALLOFW_UTILS_H
2 #define ALLOFW_UTILS_H
3 
4 #include "common.h"
5 
6 namespace allofw {
7 
8  // Get time in seconds.
9  double get_time_seconds();
10 
11 }
12 
13 #endif
Definition: allofw.h:12
double get_time_seconds()