tck.h

来自「这是用VB6.0写的一个通用的CPU卡操作程序,支持PC/SC接口 安装任何一个」· C头文件 代码 · 共 56 行

H
56
字号
#ifndef __TCK_H/* ============================================================================   Project Name : jayaCard TCK   Module Name  : proto/tck/common/tck.h   Version : $Id: tck.h,v 1.4 2004/01/11 09:56:34 dgil Exp $	Description: TCK include    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   030403 dgil	wrote it from scratch   ============================================================================*/#define __TCK_H/* ========================================================================= */#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>/* ========================================================================= */#include "jaya_error.h"#include "jlog.h"#include "socket.h"/* ========================================================================= */#include "version.h"#include "config.h"/* ========================================================================= */#endif/* __TCK_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?