mt_mtid.h
来自「展讯平台的mtue源代码, 全面,精简,仅供学习, 商用后果自负」· C头文件 代码 · 共 33 行
H
33 行
/*****************************************************************************
** 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 + =
减小字号Ctrl + -
显示快捷键?