6 lines
No EOL
90 B
C
6 lines
No EOL
90 B
C
#ifndef SHUTDOWN_H
|
|
#define SHUTDOWN_H
|
|
|
|
void shutdown() __attribute__ ((noreturn));
|
|
|
|
#endif |