summaryrefslogtreecommitdiff
path: root/dviware/beebe/src/special.h
blob: 3eb796e8174ed139c316a71d9127c50197ba5a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*-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);
}