|
pcsc-lite 2.3.3
|
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.
Macros | |
| #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.
| #define BLUE "\33[34m" |
Definition at line 52 of file testpcsc.c.
| #define BRIGHT_RED "\33[01;31m" |
Definition at line 54 of file testpcsc.c.
| #define DONT_PANIC 1 |
Definition at line 48 of file testpcsc.c.
| #define GREEN "\33[32m" |
Definition at line 55 of file testpcsc.c.
| #define MAGENTA "\33[35m" |
Definition at line 57 of file testpcsc.c.
| #define NORMAL "\33[0m" |
Definition at line 56 of file testpcsc.c.
| #define PANIC 0 |
Definition at line 47 of file testpcsc.c.
| #define RED "\33[31m" |
Definition at line 53 of file testpcsc.c.
| #define USE_AUTOALLOCATE |
Definition at line 50 of file testpcsc.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 76 of file testpcsc.c.
|
static |
Definition at line 59 of file testpcsc.c.