commit.h 84 Bytes EditWeb IDE 1 2 3 4 5 6 #ifndef COMMIT_H #define COMMIT_H void commit(const char *commit_message); #endif