blob: 387a3e55e1e5ff7e054e40181405290276cbfe8e [file] [log] [blame]
MODULE callwraptime ;
FROM wraptime IMPORT tm, InitTM, GetMonth ;
VAR
m: tm ;
month: [1..12] ;
BEGIN
m := InitTM () ;
month := GetMonth (m)
END callwraptime.