FreeCalypso > hg > freecalypso-hwlab
view simtool/globals.c @ 86:54c444eb084b
fc-simtool: SELECT response decoding implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 24 Jan 2021 01:42:15 +0000 |
parents | b57cf64ece29 |
children | fb75855a74a9 |
line wrap: on
line source
#include <sys/types.h> #include <pcsclite.h> #include <winscard.h> SCARDCONTEXT hContext; SCARDHANDLE hCard; char *reader_name_buf; u_char sim_resp_data[258]; unsigned sim_resp_data_len, sim_resp_sw;