Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. printf("Access: %s", (char*)ctime(&sb.st_atime));
  3. printf("Modify: %s", (char*)ctime(&sb.st_mtime));
  4. printf("Change: %s\n", (char*)ctime(&sb.st_ctime));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement