Open Therzok opened 3 years ago
The two can be useful for the following transformations
fileno: FILE * -> int fd fdopen: int fd -> FILE *
FILE *
int fd
The two can be useful for the following transformations
fileno:
FILE *
->int fd
fdopen:int fd
->FILE *