-
- Downloads
use freopen instead of assigning stdin
while glibc supports assigning stdin, other stdlibs do not and doing it with freopen is easier than the dup2 + open code that was previously there
Please register or sign in to comment
while glibc supports assigning stdin, other stdlibs do not and doing it with freopen is easier than the dup2 + open code that was previously there