When porting C headers which include function declarations with using char* types. Is it best to use const char* or const(char)* as the type in the D declaration?

Reply via email to