COSMOS v7.655  COSMOSv7655
(AirShowerMC)
test.f
Go to the documentation of this file.
1  integer leng, klena
2  character*1 NULL
3  character*128 path
4  integer kgetenv
5  null = char(0)
6  leng = kgetenv("COSMOSTOP"//null, path)
7  path = path(1:leng)
8  write(*,*) klena(path),' ', path(1:klena(path))
9  end
integer leng
Definition: interface2.h:1
integer function klena(cha)
Definition: klena.f:20