FILE* to file descripter:
int fileno(FILE *stream);
fd to FILE*
FILE *fdopen(int fd, const char *mode)
No comments:
Post a Comment