const char* or const(char)* when porting C headers?

Gary Willoughby dev at nomad.so
Sat Dec 21 16:47:45 PST 2013


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?


More information about the Digitalmars-d-learn mailing list