sc_file_dup

Langue: en

Autres versions - même langue

Version: 02/26/2009 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_file_dup - Duplicate a file object

SYNOPSIS

 #include <opensc.h>
 
 void sc_file_dup(sc_file_t **dest, const sc_file_t *src)
                 
 

DESCRIPTION

This function creates a new file object, duplicates all file information from src into it, and stores it in the pointer pointed to by dest. This object must be released with sc_file_free() after use.