GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_date_time.h
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2020 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
9#ifndef GP_DATE_TIME_H
10#define GP_DATE_TIME_H
11
12#include <time.h>
13
14const char *gp_str_time_diff(char *buf, size_t buf_len, time_t time, time_t now);
15
16#endif /* GP_TIME_DATE_H */