You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef UTIL_LINUX_EXEC_SHELL_H |
|
#define UTIL_LINUX_EXEC_SHELL_H |
|
|
|
extern void exec_shell(void) __attribute__((__noreturn__)); |
|
|
|
#endif /* UTIL_LINUX_EXEC_SHELL_H */
|
|
|