15 lines
190 B
C
15 lines
190 B
C
|
|
#ifndef SYS_LINUX___SYSTEM_H_
|
||
|
|
#define SYS_LINUX___SYSTEM_H_
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern _Noreturn void __exit(int code);
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|