www.digitalmars.com         C & C++   DMDScript  

D - printf

reply "Sean L. Palmer" <palmer.sean verizon.net> writes:
Is it true that printf lives in the Object module in phobos?

static int printf(char* format, ...);
C printf function.

The website implies this is so.  If so, why?  Why not in the I/O module?

It would be really nice to have some better documentation on printf
including format strings on the DMD website somewhere.  %.s etc

Sean
Apr 18 2003
parent John Reimer <jjreimer telus.net> writes:
Sean L. Palmer wrote:

 
 It would be really nice to have some better documentation on printf
 including format strings on the DMD website somewhere.  %.s etc
 
 Sean
 
 
I agree. Need printf formatting documentation. - John
Apr 18 2003