File: convert.h

package info (click to toggle)
kdrill 6.5deb2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,184 kB
  • ctags: 855
  • sloc: ansic: 7,633; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (12)
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 *);