acl/lib_dict/cdb/include/exit.h

7 lines
66 B
C

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