//go:build !windows
package ncli
import (
"syscall"
)
func syscallStdinFd() int {
return syscall.Stdin
}