Add utime.h docs, use unsafe blocks
This adds docs to the utime.h
implementation. Since utime.h
has been removed from newer versions of POSIX, I've added the #[deprecated]
attribute.
Additionally, the utime()
function has been modified to use unsafe
blocks.