libtime++: Date and time calculation
◆
arout()
subroutine arout
(
integer
, dimension(7)
date
)
Definition at line
408
of file
testlibtime.f
.
408
integer
date(7)
409
integer
i
410
print 50,(date(i), i=1,7)
411
50
format
(
'date-array: '
,7(i6,1x))
412
return
tests
testlibtime.f
Generated on Mon Aug 21 2023 17:36:10 for libtime++: Date and time calculation by
1.8.14