On Sending Null Characters to the Printer ** SUMMARY **

Brian Myers bmyers at garnet.berkeley.edu
Wed Sep 26 15:45:18 AEST 1990


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 at garnet.berkeley.edu



More information about the Comp.lang.c mailing list