acl/lib_dict/cdb/include/exit.h
2014-11-19 00:25:21 +08:00

7 lines
66 B
C

#ifndef EXIT_H
#define EXIT_H
extern void _exit();
#endif