almost the final version

This commit is contained in:
aarne
2004-09-26 15:44:08 +00:00
parent e1617bbb8e
commit 693cbcb2f3
8 changed files with 364 additions and 192 deletions

View File

@@ -13,7 +13,7 @@ int abs (int x){
int main () {
int i ;
i = abs (16);
printf (int,i) ;
printf ("%d",i) ;
return ;
} ;