File: convert.h

package info (click to toggle)
kdrill 5.9.3-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 692 kB
  • ctags: 731
  • sloc: ansic: 5,936; makefile: 474
file content (11 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11

/* char* passed in to kanatoromaji better be at least MAXROMAJI long 
 * Kinda silly to have this be 200 chars long, since user will probably
 * never see it. But what the heck, this avoids printing out warnings
 * from kanatoromaji, about truncation
 */
#define MAXROMAJI 200
extern void kanatoromaji(XChar2b *, char *);
void romajitokana(XChar2b *kstart);

extern void Handle_romajikana(Widget, XtPointer, XEvent *, Boolean *);