Read all from stdin
"soubok" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello, I need to read all remaining data from stdin (PR_StandardInput) but it seems that PR_Available do not work with stdin file. Is there a way to PR_Read all datas from stdin at once ?