#include #include /* sysdep: -std reboot */ int reboot_system(int what) { return(reboot(what, (char *)0)); }