?? msk.h
字號:
#ifndef __MSK_H/* ============================================================================ Project Name : jayaCard TCK Module Name : proto/tck/common/msk.h Version : $Id: msk.h,v 1.4 2004/01/11 09:56:34 dgil Exp $ Description: Default MSK definition The Original Code is jayaCard TCK code. The Initial Developer of the Original Code is Gilles Dumortier. Portions created by the Initial Developer are Copyright (C) 2002-2004 the Initial Developer. All Rights Reserved. Contributor(s): Permission is granted to any individual to use, copy, or redistribute this software so long as all of the original files are included unmodified, that it is not sold for profit, and that this copyright notice is retained. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. History Rev Description 042203 dgil wrote it from scratch ============================================================================*/#define __MSK_H/* ========================================================================= */extern jbyte MSK[18];/* ========================================================================= *//* read msk.bin file and update MSK[] array */void read_MSK(void);/* ========================================================================= */#endif/* __MSK_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -