SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
12.
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>
14.
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