Question: c programming how could i re-write this using the function futimens? struct stat stFile; time t mtime; struct utimbuf new times; COUW stat(argv[1], &stFile); mtime
struct stat stFile; time t mtime; struct utimbuf new times; COUW stat(argv[1], &stFile); mtime = stFile.st mtime; /* seconds since the epoch- */ new times.actime = stFile.st_atime; /* . keep atime unchanged */ new times.modtime = stFile.statime; /* set mtime to current time utinel aray[11. &new times); struct stat stFile; time t mtime; struct utimbuf new times; COUW stat(argv[1], &stFile); mtime = stFile.st mtime; /* seconds since the epoch- */ new times.actime = stFile.st_atime; /* . keep atime unchanged */ new times.modtime = stFile.statime; /* set mtime to current time utinel aray[11. &new times)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
