Help for this page

Select Code to Download


  1. or download this
    #ifndef CCREADLIB_H
    #define CCREADLIB_H
    ...
    char* CardGetName(void);
    int CardDisconnect(void);
    #endif
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
        }
        return 0;
    }