1 02/20/85  cv_fstime_
 2 
 3 
 4 Given a file system time value, this function returns a Multics clock
 5 value.
 6 
 7 
 8 Entry points in cv_fstime_:
 9    (List is generated by the help command)
10 
11 
12 :Entry: cv_fstime_:  01/20/85 cv_fstime_
13 
14 
15 Function:
16 returns a Multics clock value, given a file system time value.
17 
18 
19 Syntax:
20 declare cv_fstime_ entry (bit(36) aligned)
21      returns (fixed bin(71));
22 clock_value = cv_fstime_ (fstime);
23 
24 
25 Arguments:
26 fstime
27    the file system time to be converted.  (Input) Such values are
28    returned by such entry points as hcs_$status_, hcs_$status_long,
29    hcs_$star_list, hcs_$star_dir_list.
30 clock_value
31    the Multics clock value which corresponds to fstime.  (Output)