home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_11 / 1011014a < prev    next >
Text File  |  1992-09-03  |  243b  |  12 lines

  1. #include <string.h>
  2. #include "xstate.h"
  3.         /* type definitions */
  4. typedef struct {
  5.     unsigned char _State;
  6.     unsigned short _Wchar;
  7.     } _Cosave;
  8.         /* declarations */
  9. size_t _Strxfrm(char *, const unsigned char **, size_t,
  10.     _Cosave *);
  11.  
  12.