Fixed crash when incuition.library fails to open
[AROS.git] / workbench / c / Shutdown.c
blob57bce4c7d4c0985df7f35e06e8833998819f73dd
1 #include <exec/tasks.h>
2 #include <proto/exec.h>
4 /**************************************************************************
6 NAME
7 Shutdown
9 SYNOPSIS
10 (N/A)
12 LOCATION
13 Sys:c
15 FUNCTION
16 Shut down AROS and power off the machine.
18 **************************************************************************/
21 int main(void)
23 ShutdownA(SD_ACTION_POWEROFF);
24 return 0;