/** * @file oh_main.h * @version $Id$ * * The header file that has initial starting point of the share part. */ #ifndef _OH_MAIN_H_ #define _OH_MAIN_H_ #include "oh_port.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ extern oh_int oh_bt_main(oh_int argc, oh_char **argv); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _OH_MAIN_H_ */