stdin is of type FILE *,
stdin
FILE *
is there a fd macro for it?
fd
Or do I need to convert it myself?
STDIN_FILENO from unistd.h
STDIN_FILENO
unistd.h