GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_time_stamp.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2022 Cyril Hrubis <metan@ucw.cz>
4 */
5
11#ifndef INPUT_GP_TIME_STAMP_H
12#define INPUT_GP_TIME_STAMP_H
13
14#include <stdint.h>
15
22uint64_t gp_time_stamp(void);
23
24#endif /* INPUT_GP_TIME_STAMP_H */
uint64_t gp_time_stamp(void)
Returns current time stamp.