we aim to please!
while(c == 'U' || c == 'u' || c == 'l' || c == 'L')
c = GETC();On 16 November 2011 14:50, Russ Cox <[email protected]> wrote: > I'm a little surprised 6a accepts the ull suffix. > > Russ > >
