placing output of printf in memory: formatting strings

J. Horsmeier jos at and.nl
Thu Jun 20 00:31:57 AEST 1991


In article <80463 at eerie.acsu.Buffalo.EDU> luntz at acsu.buffalo.edu (jon e luntz) writes:
>Hi,
>	I'm working with a serial device on a machine where I need to use a
>device driver to access the port (ie. I cannot just fopen the port).  The way
>the driver works is it takes the output string straight from memory.  What I'd
>like to do is to be able to write formatted output to memory, such as that from
>a printf or fprintf.  Is there any way to fopen a string pointer or a memory 
>location, or maybe some way to redirect output to memory temporarily?  I'd
>appreciate any advice.
>		Thanks,
>		Jon Luntz

Hi there, 

sprintf(3V) would do the job for you.

Jos

|O   J.A. Horsmeier AND Software B.V.        phone : +31 10 4367100   O|
|O                  Westersingel 106/108     fax   : +31 10 4367110   O|
|O                  3015 LD  Rotterdam NL    e-mail: jos at and.nl       O|



More information about the Comp.lang.c mailing list