“read from stdin c” Code Answer. Using unix/linux you can do this by closing 0 (input) and 1 (output) close(0) close(1) in combination with pipe.
確定! 回上一頁