File: ruleparser.h

package info (click to toggle)
anthy 6300d-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,400 kB
  • ctags: 2,270
  • sloc: ansic: 17,009; sh: 13,554; lisp: 1,039; makefile: 252; ruby: 212; perl: 10
file content (18 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Ѥեѡ
 */
#ifndef _ruleparser_h_included_
#define _ruleparser_h_included_

/*
 * ե̾'/'ǻϤޤäƤХѥ
 * ե̾NULLʤɸ
 * ǤʤСANTHYDIRΥե򳫤
 */
int anthy_open_file(const char *fn);
void anthy_close_file(void);
int anthy_read_line(char ***tokens, int *nr);
int anthy_get_line_number(void);
void anthy_free_line(void);

#endif