[comp.lang.c] On Sending Null Characters to the Printer ** SUMMARY **

bmyers@garnet.berkeley.edu (Brian Myers) (09/26/90)

Thanks to the *many* of you who wrote to tell me how I could send a \x00
character to the printer without the null being interpreted as the end
of the string of output characters.  fputc is one useful answer, but
fwrite is better for me, because I can send everything in one command
without looping for individual characters.

That's all, folks--the problem is solved.  No more responses needed! :-)

---------------------------------------------------------------------------
Brian Myers					 bmyers@garnet.berkeley.edu