mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
7 lines
66 B
C
7 lines
66 B
C
#ifndef EXIT_H
|
|
#define EXIT_H
|
|
|
|
extern void _exit();
|
|
|
|
#endif
|