1SC_FREE_APPS(3) OpenSC API reference SC_FREE_APPS(3)
23
4
NAME
6sc_free_apps - Free application list
7
SYNOPSIS
9#include <opensc.h>
1011
void sc_free_apps(struct sc_card *card);
1213
14
DESCRIPTION
16This functions releases all memory associated with the list of
17applications on card, as obtained by a call to sc_enum_apps().
1819
20
21
opensc 02/16/2010 SC_FREE_APPS(3)