Hi Glynn, I found fprintf() discussed later in my text under "File
Input/Output" and I am not there yet...:-)


On Mon, 8 Jun 1998, Glynn Clements wrote:

> 
> Karl F. Larsen wrote:
> 
> >     I don't understand the fprintf() format. Is this one you use
> > Glynn?
> 
> The only difference between fprintf() and printf() is that fprintf()
> takes a `FILE *' argument to tell it where to put the data.
> 
>       printf(...)
> 
> is equivalent to
> 
>       fprintf(stdout, ...)
> 
> -- 
> Glynn Clements <[EMAIL PROTECTED]>
> 

Best wishes 

   - Karl F. Larsen, 3310 East Street, Las Cruces,NM (505) 524-3303  -

Reply via email to