Path: utzoo!attcan!uunet!snorkelwacker!apple!agate!garnet.berkeley.edu!bmyers From: bmyers@garnet.berkeley.edu (Brian Myers) Newsgroups: comp.lang.c Subject: On Sending Null Characters to the Printer ** SUMMARY ** Message-ID: <1990Sep26.054518.18230@agate.berkeley.edu> Date: 26 Sep 90 05:45:18 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: University of California, Berkeley Lines: 10 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