home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
fchek284.zip
/
test
/
unixincluded.f
< prev
next >
Wrap
Text File
|
1994-11-06
|
243b
|
17 lines
# 1 "unixinclude.f"
integer n
# 1 "./unixdefs.h"
integer x
logical a
common n
# 3 "unixinclude.f"
call foo(x)
a = x .eq. n
end
subroutine foo(m)
common n
n = 1
m = 2
end