File: convert.h

package info (click to toggle)
kdrill 6.5deb2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,340 kB
  • ctags: 1,027
  • sloc: ansic: 7,636; makefile: 47
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 *);