What does this mean (a change in 0.150)

Jarrett Billingsley kb3ctd2 at yahoo.com
Tue Mar 28 13:59:11 PST 2006


"Cris" <central_p at hotmail.com> wrote in message 
news:e0cavo$g93$1 at digitaldaemon.com...
>     * Moved string.h functions from std.string to std.c.string.

What it means is that old, C-style string functions that came from C's 
string.h have been moved to std.c.string.  If you want to use the D-style 
string functions (which you do), you should still use std.string. 





More information about the Digitalmars-d mailing list