Re: [PASM] - read from stdin

2003-02-14 Thread Dan Sugalski
At 2:11 PM -0500 2/10/03, [EMAIL PROTECTED] wrote: What is the recommended mechanism for reading data from stdin for a PASM application. The readline operation is considered a hack and I would rather implement the correct mechanism for reading data into stdin than use such a reviled operation.

[PASM] - read from stdin

2003-02-10 Thread bcastagna
What is the recommended mechanism for reading data from stdin for a PASM application. The readline operation is considered a hack and I would rather implement the correct mechanism for reading data into stdin than use such a reviled operation. Thanks. -bc _