NetBSD 6.X になって…
In addition to many other features, NetBSD
6.0 includes significant developments in
various ports. Some highlights:
• time_t is now a 64-bit quantity on all
NetBSD ports. This means that the
NetBSD world no longer ends in 2037.
<http://www.netbsd.org/releases/formal-
6/NetBSD-6.0.html>
clu2cでのtime_t型
intとして扱う
使用例
get_atime = proc(S: _external_struct_stat) returns(int)
% effects Returns the `st_atime' member of S.
end get_atime
get_mtime = proc(S: _external_struct_stat) returns(int)
% effects Returns the `st_mtime' member of S.
end get_mtime