Re: Some 2.1.72 odd things.

Ian Collier (imc@comlab.ox.ac.uk)
Sun, 14 Dec 1997 14:52:46 +0000 (GMT)


On 12 Dec 1997 21:57:25 -0500, Aaron M. Ucko said:
> > fprintf(stderr, prompt);
> > ... where it should say:
> > fprintf(stderr, "%s", prompt);

> No, fprintf is overkill; it should say
> fwrite(prompt, 1, strlen(prompt), stderr);

Any offers for `fputs(prompt,stderr);' ? :-)

imc