home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / contrib / libgrx / fntool / writec.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-06  |  108 b   |  8 lines

  1. #include "fntool.h"
  2.  
  3. void writec(void)
  4. {
  5.     fatalerr("C format font saving not implemented yet!");
  6. }
  7.  
  8.