openMerchant/TrustCommerce/C/tcexample.c File Reference

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

Include dependency graph for tcexample.c:

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 Documentation

#define CUSTID   "XXXX"

Definition at line 14 of file tcexample.c.

Referenced by main().

#define PASSWORD   "PPPP"

Definition at line 15 of file tcexample.c.

Referenced by main().


Enumeration Type Documentation

anonymous enum

Enumerator:
VISA 
MC 
DISC 
AMEX 
ACH 
BID 
NUM_CARDS 

Definition at line 21 of file tcexample.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)


Variable Documentation

struct { ... } cards[NUM_CARDS]

Referenced by main().

char* cc

Definition at line 25 of file tcexample.c.

Referenced by main().

char * exp

Definition at line 25 of file tcexample.c.

Referenced by main().


Generated on Sat Aug 15 12:47:59 2009 for w3systemsDevelopment by  doxygen 1.5.5