mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-10 16:29:35 +00:00
7 lines
126 B
C
7 lines
126 B
C
#ifndef INCLUDE_testlib_h__
|
|
#define INCLUDE_testlib_h__
|
|
|
|
void file_create(const char *filename, const char *content);
|
|
|
|
#endif
|