📄 mt_mtid.h
字号:
/*****************************************************************************
** File Name: *
** Author: *
** Date: 2007/06/19 *
** Copyright: 2007 MTONE, Inc. All Rights Reserved. *
** Description: *
******************************************************************************
** Important Edit History *
** --------------------------------------------------------------------------*
** DATE NAME DESCRIPTION *
** 2007/06/19 Create *
*****************************************************************************/
#ifndef _MT_MTID_H_
#define _MT_MTID_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "sci_types.h"
const char *MT_GetIMEIStr( void );
const char *MT_GetIMSIStr( void );
const char *MT_GetMTIDStr( void );
#ifdef __cplusplus
}
#endif
#endif // _MT_MTID_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -