NAME
dfiletime - return double-precision file modification time
SYNOPSIS
#include "deviants.h"
double dfiletime ( char *path )
DESCRIPTION
dfiletime returns a double-precision value for the last modification time for the file.
RETURN VALUES
dfiletime returns the last modification time for the file, or -9999999999.999 if an error occurs.
SEE ALSO
filetime(3)
AUTHOR
Kent Lindquist