#include #include /* sysdep: +std reboot */ int reboot_system(int what) { return(reboot(what)); }