Copyright © tutorialspoint.com
#define _XOPEN_SOURCE 500 |
pwrite() writes up to count bytes from the buffer starting at buf to the file descriptor fd at offset offset. The file offset is not changed.
The file referenced by fd must be capable of seeking.
Copyright © tutorialspoint.com