?? 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_
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -