summaryrefslogtreecommitdiff
path: root/english2uryuomoco.c
diff options
context:
space:
mode:
Diffstat (limited to 'english2uryuomoco.c')
-rw-r--r--english2uryuomoco.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/english2uryuomoco.c b/english2uryuomoco.c
index e64725c..a7f5cfa 100644
--- a/english2uryuomoco.c
+++ b/english2uryuomoco.c
@@ -44,6 +44,8 @@ char trl[]="uvs.ohtf.dprnmekwlcgab.zix";
* z->x
*/
+int tr(int);
+
int ing(){ // i
int c=getchar();
if(c=='n'){ // in
@@ -119,7 +121,7 @@ int tr(int c){
}
int main(int argc, char** argv){
- char c;
+ int c;
do{
c=getchar();
}while(c!=EOF && tr(c)!=EOF);