File indexing completed on 2024-11-24 05:05:28

0001       subroutine calExternal(A, B, C)
0002       real*8 A,B,C
0003       call some_c_func()
0004       return
0005       end subroutine calExternal
0006 
0007       INCLUDE "inner.inc"