#include <unistd.h>
#include <sys/reboot.h>

/* sysdep: +std reboot */

int reboot_system(int what) {
  return(reboot(what));
}


syntax highlighted by Code2HTML, v. 0.9.1