0
|
1 /*
|
|
2 * $Id: rk_fundecl.h,v 1.4 2005/04/10 15:26:38 aonoto Exp $
|
|
3 */
|
|
4
|
|
5 /*
|
|
6 * FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 * This file is part of FreeWnn.
|
|
8 *
|
|
9 * Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
10 * 1987, 1988, 1989, 1990, 1991, 1992
|
|
11 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
12 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
13 * Copyright FreeWnn Project 1999, 2000
|
|
14 *
|
|
15 * Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>
|
|
16 *
|
|
17 * This library is free software; you can redistribute it and/or
|
|
18 * modify it under the terms of the GNU Lesser General Public
|
|
19 * License as published by the Free Software Foundation; either
|
|
20 * version 2 of the License, or (at your option) any later version.
|
|
21 *
|
|
22 * This library is distributed in the hope that it will be useful,
|
|
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
25 * Lesser General Public License for more details.
|
|
26 *
|
|
27 * You should have received a copy of the GNU Lesser General Public
|
|
28 * License along with this library; if not, write to the
|
|
29 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
30 * Boston, MA 02111-1307, USA.
|
|
31 */
|
|
32
|
|
33 /***********************************************************************
|
|
34 rk_fundecl.h
|
|
35 87.10. 9 開 業
|
|
36
|
|
37 ライブラリ関数の型宣言集。ユーザに開放されるinclude
|
|
38 ファイルは、これとrk_macros.h、及びrk_spclval.h。
|
|
39 ***********************************************************************/
|
|
40 /* Version 3.0
|
|
41 */
|
|
42 extern letter *ltrncpy ();
|
|
43 extern int ltrcmp (), ltrncmp ();
|
|
44
|
|
45 extern int romkan_init (), romkan_init2 (), romkan_init3 ();
|
|
46 extern letter romkan_getc (), *romkan_henkan (), romkan_next ();
|
|
47 extern letter romkan_ungetc (), romkan_unnext ();
|
|
48 extern void romkan_clear ();
|
|
49 extern char *romkan_dispmode ();
|
|
50 extern char rk_errstat; /* これは関数ではなく変数 */
|