why necessary to specify size of zero fill for formatted write?

Jay Norwood jayn at prismnet.com
Thu Nov 28 07:56:54 PST 2013


	long x = 0x123456789;
	writef("%0x",x);

prints 123456789

Seems like it has enough info to fill out to 16 hex digits...


More information about the Digitalmars-d-learn mailing list