Functions
testTokens.c File Reference

Simple program to demonstrate how to use the token functions. More...

#include <stdio.h>
#include <stdlib.h>
#include "tokens.h"

Functions

static void usage (void)
 
int main (int argc, char *argv[])
 

Detailed Description

This program demonstrates the use of the tokens functions. Note how the line is tokenized, what is returned and how to iterate over multiple tokens. What else do you see that may be needed for you to use the functions?

Author
Fritz Sieker

Function Documentation

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

Simple program to demonstrate how to use the token functions

static void usage ( void  )
static

print usage statement for program