home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programming
/
powerprogramming1994.iso
/
progtool
/
tex
/
dvivga9.arc
/
SPECIAL.H
< prev
next >
Wrap
Text File
|
1988-05-30
|
479b
|
15 lines
/* -*-C-*- special.h */
/*-->special*/
/**********************************************************************/
/****************************** special *******************************/
/**********************************************************************/
void
special(s) /* process TeX \special{} string in s[] */
register char *s;
{
(void)sprintf(message,
"special(): TeX \\special{%s} not implemented in this driver",s);
(void)warning(message);
}