/* * Kanatest * * Copyright (C) 2001 Tomasz M±ka * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define N_SIGNS 104 #define MAX_SIGNS (N_SIGNS*2) #define ANS_LEN 8 extern gint q_counter; extern gint a_counter; extern gint qc; extern gint qn; extern gint max_entries; extern gfloat tval; extern gint qst_h[]; extern gchar hiragana_path[]; extern gchar katakana_path[]; extern gchar romaji_path[]; extern gchar *jsigns[]; void test_main (gchar *text); void test_init (void); void test_gen_htab (gint number); gchar* test_min2str (gfloat minutes);