1 2 3 4 5 6
#ifndef WINDOW_MANAGER_CHECKER_H #define WINDOW_MANAGER_CHECKER_H const char *checkWindowManager(); #endif