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

c programming
how could i re-write this using the function futimens?  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 = 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!