FreeCalypso > hg > freecalypso-hwlab
view simtool/globals.h @ 150:54e33e9238b6
fc-simtool: harmonize hex string code with fc-uicc-tool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Feb 2021 00:06:50 +0000 |
parents | d4150123ca45 |
children |
line wrap: on
line source
/* extern definitions for global vars defined in globals.c */ extern SCARDCONTEXT hContext; extern SCARDHANDLE hCard; extern char *reader_name_buf; extern u_char sim_resp_data[]; extern unsigned sim_resp_data_len, sim_resp_sw; extern unsigned curfile_total_size, curfile_structure; extern unsigned curfile_record_len, curfile_record_count;