?? toneutil.h
字號(hào):
/* tone_Util.h - 實(shí)用工具 */
/* Copyright 1994-2001 Wuhan Jinglun Electronic Co., Ltd. */
/*
modification history
--------------------
*/
/*
DESCRIPTION
*/
#include "routon.h"
#ifndef _TONEUTIL_H_
#define _TONEUTIL_H_
#ifdef __cplusplus
extern "C" {
#endif
extern int min(UINT2 a, UINT2 b); //求最小值
extern int Key_to_i(char key); //電話號(hào)碼轉(zhuǎn)換為索引號(hào)
#ifdef __cplusplus
}
#endif
#endif /* _TONEUTIL_H_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -