mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
9697f95b8f
This reverts commit 15d999759e
.
11 lines
156 B
C++
11 lines
156 B
C++
#pragma once
|
|
|
|
class util
|
|
{
|
|
public:
|
|
util() {}
|
|
~util() {}
|
|
|
|
static double stamp_sub(const struct timeval *from, const struct timeval *sub_by);
|
|
};
|