GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
widgets
gp_file_size.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_FILE_SIZE_H
10
#define GP_FILE_SIZE_H
11
12
const
char
*gp_str_file_size(
char
*buf,
size_t
buf_len,
size_t
size);
13
14
#endif
/* GP_FILE_SIZE_H */
Generated by
1.9.8