/*************************************************************************
 *
 * DeChunker
 *
 * Copyright ©1995 Lee Kindness
 * cs2lk@scms.rgu.ac.uk
 *
 * dechunk.h
 */

#ifndef __DECHUNK_H__
#define __DECHUNK_H__

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

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

#endif


