summaryrefslogtreecommitdiff
path: root/english2uryuomoco.c
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
committerDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
commit4835b5090fa075441acdfe6da045b3a893aa6b2b (patch)
treee9053c5a33fdb6e6a482a5d5d0b595576595dbd3 /english2uryuomoco.c
parented28bd25e3055ff9134eb655be37c076f9bf67fe (diff)
Fix warnings.
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);