home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
printer
/
prlabel
/
src.lzh
/
protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-30
|
2KB
|
54 lines
/***************************************************************************
Program: LabelPrint
File: protos.h
Version: V1.1
Date: 28.10.91
Function: Include prototype files
Copyright: SciTech Software 1991
Author: Andrew C. R. Martin
Address: SciTech Software
23, Stag Leys,
Ashtead,
Surrey,
KT21 2TD.
Phone: +44 (0372) 275775
EMail: UUCP: cbmuk!cbmuka!scitec!amartin
JANET: andrew@uk.ac.ox.biop
****************************************************************************
This program is not in the public domain, but it may be freely copied
and distributed for no charge providing this header is included.
The code may be modified as required, but any modifications must be
documented so that the person responsible can be identified. If someone
else breaks this code, I don't want to be blamed for code that does not
work! The code may not be sold commercially without prior permission from
the author, although it may be given away free with commercial products,
providing it is made clear that this program is free and that the source
code is provided with the program.
****************************************************************************
Description:
============
LabelPrint is a program to print text for laser labels.
****************************************************************************
Usage:
======
****************************************************************************
Revision History:
=================
***************************************************************************/
#ifndef DOPROTOS
#include "main_protos.h"
#include "PrL_protos.h"
#endif