GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
widgets
gp_string.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_STRING_H
10
#define GP_STRING_H
11
19
size_t
gp_string_arr_size(
const
char
*strings[],
unsigned
int
len);
20
29
char
**gp_string_arr_copy(
const
char
*strings[],
unsigned
int
len,
void
*buf);
30
31
39
char
*gp_aprintf(
const
char
*fmt, ...) __attribute__ ((format (printf, 1, 2)));
40
41
#endif
/* GP_STRING_H */
Generated by
1.9.8