comparison lphobos/std/string.d @ 856:bdb3627265eb

Apply phobos patch by downs.
author Christian Kamm <kamm incasoftware de>
date Wed, 17 Dec 2008 18:20:45 +0100
parents 373489eeaf90
children
comparison
equal deleted inserted replaced
855:e78e1d559a76 856:bdb3627265eb
37 private import std.uni; 37 private import std.uni;
38 private import std.array; 38 private import std.array;
39 private import std.format; 39 private import std.format;
40 private import std.ctype; 40 private import std.ctype;
41 private import std.stdarg; 41 private import std.stdarg;
42 alias std.c.string.strlen strlen;
43 alias std.c.string.strcmp strcmp;
42 44
43 extern (C) 45 extern (C)
44 { 46 {
45 47
46 size_t wcslen(wchar *); 48 size_t wcslen(wchar *);