home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 15
/
CD_ASCQ_15_070894.iso
/
news
/
683
/
hpgl312
/
no_prev.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-18
|
359b
|
17 lines
/** no_prev.c
**
** This dummy file is used on systems without any previewer.
** Its main purpose is to simplify the definition of a generic makefile
** which must work even if no real file $(PREVIEWER).c exists.
**
** 93/04/16 HWW V 1.00
**/
#include <stdio.h>
void PicBuf_to_Dummy()
{
fprintf(stderr,"Sorry - preview not supported here\n");
}