Your IP : 216.73.216.48


Current Path : /usr/include/hunspell/
Upload File :
Current File : //usr/include/hunspell/w_char.hxx

#ifndef __WCHARHXX__
#define __WCHARHXX__

#ifndef GCC
typedef struct {
#else
typedef struct __attribute__ ((packed)) {
#endif
    unsigned char l;
    unsigned char h;
} w_char;

// two character arrays
struct replentry {
  char * pattern;
  char * pattern2;
  bool start;
  bool end;
};

#endif