#include "tclink.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>

Go to the source code of this file.
Defines | |
| #define | CUSTID "XXXX" |
| #define | PASSWORD "PPPP" |
Enumerations | |
| enum | { VISA = 0, MC, DISC, AMEX, ACH, BID, NUM_CARDS } |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| struct { | |
| char * cc | |
| char * exp | |
| } | cards [NUM_CARDS] |
| #define CUSTID "XXXX" |
| #define PASSWORD "PPPP" |
| anonymous enum |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 34 of file tcexample.c.
References ACH, AMEX, BID, cards, cc, CUSTID, DISC, exp, MC, PASSWORD, TCLinkCreate(), TCLinkGetResponse(), TCLinkGetVersion(), TCLinkHandle, TCLinkPushParam(), TCLinkSend(), and VISA.
| char* cc |
| char * exp |
1.5.5