在Windows上,有一个名为if (isset($_POST['name']) && $arr[$i]->getname() == $_POST['name']) {
...
}
if (isset($_POST['src']) && $arr[$i]->getimage() == $_POST['src']) {
...
}
的命令行工具,可将输入内容复制到剪贴板。
CLIP
的帮助消息如下:
CLIP
如果在没有输入的情况下运行CLIP
Description:
Redirects output of command line tools to the Windows clipboard.
This text output can then be pasted into other programs.
Parameter List:
/? Displays this help message.
Examples:
DIR | CLIP Places a copy of the current directory
listing into the Windows clipboard.
CLIP < README.TXT Places a copy of the text from readme.txt
on to the Windows clipboard.
,则会收到以下消息:
CLIP
C:\clip
INFO: Type "CLIP /?" for usage.
如何能够检测到在stdin上没有得到任何输入?
您将如何用C编写此检查?