On Sun, Dec 22, 2013 at 12:47:45AM +0000, Gary Willoughby wrote:
> 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?

Doesn't really matter: both work exactly the same way.

I kinda prefer "const char*" just because that looks the same as in C.

Reply via email to