-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad730fc
commit 523e19a
Showing
5 changed files
with
91 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
v : long [ 4 ] 0 0 0 0 ; | ||
a2 : short 0 ; | ||
long incn2 ( long x , float n ) return 2.2 ; | ||
long incn2 ( long x2 , float n ) return main(); | ||
short eno ( ) { | ||
a2 = 2 ; | ||
a2 = main(); | ||
a2 = eno(); | ||
}; | ||
long incn3 ( ) return main(); | ||
long incn ( long x , long n ) { | ||
long incn ( long x , long lastpar ) { | ||
a2 = eno(); | ||
print "a didi ua" "asdaaar" ; | ||
return a2 + n ; | ||
return a2 + lastpar * (lastpar + lastpar - 2 )+ incn2(v[2 ]+ 1 , 2.2 ); | ||
}; | ||
long main ( ) { | ||
a2 = 2 ; | ||
a2 = incn(2 , 2.3 ); | ||
}; | ||
short voidfunc ( ) ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters