D - printf
- Sean L. Palmer (7/7) Apr 18 2003 Is it true that printf lives in the Object module in phobos?
- John Reimer (3/10) Apr 18 2003 I agree. Need printf formatting documentation.
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
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 SeanI agree. Need printf formatting documentation. - John
Apr 18 2003