1 2 3 4 5 6
#pragma once int check_root(); int check_pid(); char* get_os_name(); char* get_desktop_server();