This is a test application to test out the basic card program
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <zccri.h>
#include <zcbci.h>
#include "sec-game.h"
#include "sec-admin.h"
#include "key-game.h"
Include dependency graph for test-app.c:

Functions | |
| void | sec_DumpBuff (unsigned char *pabBuf, int lLen) |
| Display the hex and ascii of a buffer. | |
| int | main (void) |
|
|
|
Here is the call graph for this function:

|
||||||||||||
|
Display the hex and ascii of a buffer. Given a pointer to a buffer and a length print the hex and ascii for that buffer.
|
1.3.6