FreeRDP
Loading...
Searching...
No Matches
strlst.h
1
19
#ifndef WINPR_UTILS_STRLST_H
20
#define WINPR_UTILS_STRLST_H
21
22
#include <stdio.h>
23
24
#include <winpr/winpr.h>
25
#include <winpr/wtypes.h>
26
27
#ifdef __cplusplus
28
extern
"C"
29
{
30
#endif
31
32
WINPR_API
void
string_list_free(
char
** string_list);
33
34
WINPR_ATTR_NODISCARD
35
WINPR_API
int
string_list_length(
const
char
*
const
* string_list);
36
37
WINPR_ATTR_NODISCARD
38
WINPR_API
char
** string_list_copy(
const
char
*
const
* string_list);
39
40
WINPR_API
void
string_list_print(FILE* out,
const
char
*
const
* string_list);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
/* WINPR_UTILS_STRLST_H */
winpr
include
winpr
strlst.h
Generated by
1.9.8