#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pcsclite.h"
#include "winscard.h"
#include "reader.h"
Go to the source code of this file.
Defines | |
#define | PANIC 0 |
#define | DONT_PANIC 1 |
#define | RED_PRINTF_FORMAT "\33[01;31m%s\33[0m\n" |
Functions | |
void | test_rv (int rv, SCARDCONTEXT hContext, int dont_panic) |
int | main (int argc, char **argv) |
Definition in file testpcsc.c.