| Current Path : /opt/imh-python/lib/python3.9/site-packages/pygit2/decl/ |
| Current File : //opt/imh-python/lib/python3.9/site-packages/pygit2/decl/strarray.h |
typedef struct git_strarray {
char **strings;
size_t count;
} git_strarray;
void git_strarray_free(git_strarray *array);