#ifndef CCREADLIB_H #define CCREADLIB_H int CardConnect (void); char* CardGetName(void); int CardDisconnect(void); #endif