Theoretically, yes, practically, not really.void myLog(string msg) { printf(msg); }
Wait, this should be an error. You need toStringz there. -Steve
Theoretically, yes, practically, not really.void myLog(string msg) { printf(msg); }
Wait, this should be an error. You need toStringz there. -Steve