#ifndef __ZOS_MAIN_H__ #define __ZOS_MAIN_H__ #include "zos_util.h" zos_err_t mo_network_init(void); //Detect the network connection status, and return: ZOS_EOK, failure return: ZOS_ERROR #endif /* __ZOS_MAIN_H__ */