WIP: somethings wrong.. #19
@ -1,4 +1,4 @@
|
||||
#include "../globalfunctions/timevalOperations.h"
|
||||
#include "timevalOperations.h"
|
||||
|
||||
timeval& operator+=(timeval& lhs, const timeval& rhs) {
|
||||
int64_t sum = lhs.tv_sec * 1000000. + lhs.tv_usec;
|
||||
|
Loading…
Reference in New Issue
Block a user