Implement commits

This commit is contained in:
womax
2024-05-30 06:51:27 +02:00
parent 135dd8d4eb
commit d20d295817
17 changed files with 709 additions and 331 deletions

6
src/commit.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef COMMIT_H
#define COMMIT_H 1
int commit();
#endif // COMMIT_H