mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
7 lines
66 B
C
7 lines
66 B
C
#ifndef EXIT_H
|
|
#define EXIT_H
|
|
|
|
extern void _exit();
|
|
|
|
#endif
|