Skip to content
Prev 43224 / 398506 Next

scan() Bug

The \zzz notation is octal (just like C)!  I presume you want ASCII
character 10, that is LF, not 8 (BS), although using \n would be much
easier to remember.
On Mon, 26 Jan 2004, Greg Riddick wrote: