#include <iostream> #include <stdlib.h> #include <string.h> #ifndef PROJECT_FOLDER #define PROJECT_FOLDER "undefined" #endif void processGit() { system("git checkout"); system("git status"); std::cout << PROJECT_FOLDER << std::endl; }