Tagged Questions
0
votes
4answers
2k views
Conversion: uid_t to string, off_t to string
I am currently writing a systems programming homework and in one part i need to get some information of a file in a directory.
for the stat of file, we have ctime() function which converts time_t ...