home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / DVI_MGR / dvimgr_s.lzh / dvimgr / special.h < prev    next >
Text File  |  1993-08-06  |  465b  |  15 lines

  1. /* -*-C-*- special.h */
  2. /*-->special*/
  3. /**********************************************************************/
  4. /****************************** special *******************************/
  5. /**********************************************************************/
  6.  
  7. void
  8. special(s)            /* process TeX \special{} string in s[] */
  9. register char *s;
  10. {
  11.     (void)sprintf(message,
  12.     "special():  TeX \\special{%s} not implemented in this driver",s);
  13.     (void)warning(message);
  14. }
  15.