home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
util
/
misc
/
chunker.lha
/
Chunker
/
source
/
dechunk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-10
|
387b
|
24 lines
/*************************************************************************
*
* DeChunker
*
* Copyright ©1995 Lee Kindness and Evan Tuer
* 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