int fileno(FILE *stream);
FILE *fdopen(int fd, const char *mode);
[링크 : http://stackoverflow.com/.../how-can-i-convert-a-file-pointer-file-fp-to-a-file-descriptor-int-fd]
[링크 : http://stackoverflow.com/.../how-to-get-a-file-pointer-from-a-file-descriptor]
'Linux API > linux' 카테고리의 다른 글
linux ipc (0) | 2016.12.20 |
---|---|
pthread detach while (0) | 2016.12.20 |
shared memory - linux/IPC (0) | 2016.06.28 |
메시지 큐 - ipc (0) | 2016.06.28 |
pthread mutex shm_open (0) | 2016.06.27 |