Files
yait/git.h
2025-11-22 10:22:26 -05:00

7 lines
66 B
C

#ifndef GIT_H_
#define GIT_H_
int ginit();
#endif /* GIT_H_ */