#include <stdio.h>
#include <stdlib.h>
#include "token.h"
#include "input.h"
#include "output.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 27 of file main.c. References inputClose(), inputExists(), inputInit(), outputClose(), outputInit(), tokenClose(), tokenInit(), and tokenize(). |