/*************************************************************************
 *
 * Chunker
 *
 * Copyright ©1995 Lee Kindness
 * cs2lk@scms.rgu.ac.uk
 *
 * chunker.h
 */

#ifndef __CHUNKER_H__
#define __CHUNKER_H__

#include <stdio.h>
#include <stdlib.h>
#include "bfn.h"
#include "machine.h"
#include "version.h"

const char ver[] = "\0$VER: Chunker " VERSION_NUM " " VERSION_DATE;

#endif

