D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
pygit2
/
decl
/
Filename :
strarray.h
back
Copy
typedef struct git_strarray { char **strings; size_t count; } git_strarray; void git_strarray_free(git_strarray *array);