projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'jx/proc-receive-hook'
[git]
/
t
/
t4018
/
fortran-external-function
1
function RIGHT(a, b) result(c)
2
3
integer, intent(in) :: ChangeMe
4
integer, intent(in) :: b
5
integer, intent(out) :: c
6
7
c = a+b
8
9
end function RIGHT