acl/lib_dict/cdb/include/exit.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

7 lines
60 B
C

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