This is a test program for pcsc-lite. More...
#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 | USE_AUTOALLOCATE |
| #define | BLUE "\33[34m" |
| #define | RED "\33[31m" |
| #define | BRIGHT_RED "\33[01;31m" |
| #define | GREEN "\33[32m" |
| #define | NORMAL "\33[0m" |
| #define | MAGENTA "\33[35m" |
Functions | |
| static void | test_rv (LONG rv, SCARDCONTEXT hContext, int dont_panic) |
| int | main (int argc, char **argv) |
This is a test program for pcsc-lite.
Definition in file testpcsc.c.
1.6.1