checkout.h 129 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #ifndef CHECKOUT_H #define CHECKOUT_H #include <stdbool.h> void checkout(const char *checkout_name, bool make_branch); #endif