[go: up one dir, main page]

Menu

[r34]: / common / test-png.f90  Maximize  Restore  History

Download this file

9 lines (6 with data), 138 Bytes

1
2
3
4
5
6
7
8
subroutine test_png(filename,i)
character(256)::filename
integer::i
i=index(filename,'.png',back=.true.)
return
end subroutine test_png