mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Use sourcecode for libjuice
This commit is contained in:
20
thirdparty/libjuice/src/timestamp.h
vendored
Normal file
20
thirdparty/libjuice/src/timestamp.h
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Copyright (c) 2020 Paul-Louis Ageneau
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#ifndef JUICE_TIMESTAMP_H
|
||||
#define JUICE_TIMESTAMP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef int64_t timestamp_t;
|
||||
typedef timestamp_t timediff_t;
|
||||
|
||||
timestamp_t current_timestamp();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user