Mercurial > kinput2.yaz
comparison lib/ctext.c @ 21:7a454839a6de default tip
add some missing header files
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Tue, 09 Mar 2010 19:02:39 +0900 |
| parents | 5a32b68b627d |
| children |
comparison
equal
deleted
inserted
replaced
| 20:9a2fbf86b5c7 | 21:7a454839a6de |
|---|---|
| 69 */ | 69 */ |
| 70 #ifndef lint | 70 #ifndef lint |
| 71 static char *rcsid = "$Id: ctext.c,v 2.6 1999/03/10 08:55:15 ishisone Exp $"; | 71 static char *rcsid = "$Id: ctext.c,v 2.6 1999/03/10 08:55:15 ishisone Exp $"; |
| 72 #endif | 72 #endif |
| 73 | 73 |
| 74 #include <string.h> | |
| 75 | |
| 74 typedef unsigned short wchar; | 76 typedef unsigned short wchar; |
| 75 | |
| 76 #define NULL 0 | |
| 77 | 77 |
| 78 #define CS96 0x100 /* 96chars CS */ | 78 #define CS96 0x100 /* 96chars CS */ |
| 79 #define MBCS 0x200 /* Multibyte CS */ | 79 #define MBCS 0x200 /* Multibyte CS */ |
| 80 | 80 |
| 81 /* convJWStoCT -- Japanese Wide Character String -> COMPOUND_TEXT */ | 81 /* convJWStoCT -- Japanese Wide Character String -> COMPOUND_TEXT */ |
