home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / Examples / p3-421 < prev    next >
Text File  |  1995-05-22  |  191b  |  9 lines

  1. #include "font.h"
  2.  
  3. void apply_encoding (char *result, int size, char *original, char *encoding)
  4.  
  5.    /*There is a SWI to do this.*/
  6.  
  7. {  font_apply_fields (original, encoding, result, size);
  8. }
  9.