On Wed, 16 May 2012 16:19:36 -0400, Alex Rønne Petersen <[email protected]> wrote:

Theoretically, yes, practically, not really.

void myLog(string msg)
{
     printf(msg);
}

Wait, this should be an error.  You need toStringz there.

-Steve

Reply via email to