#include "reader.h"
#include "card.h"
#include "track.h"
#include "misc.h"
#include "bitstream.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for reader.cpp:
Functions | |
char * | createTag (char *n, char *v) |
char * | createTag (char *n, bool b) |
char * | createTag (char *n, int i) |
Contains code to initialize, read, and create config files for all support reader types. Contains OS and Platform specific code, that is included in #ifdefs
Stripe Snoop is licensed under the GPL. See COPYING for more info
Copyright (C) 2005 Acidus, Most Significant Bit Labs
|
|
|
|
|
|