[Python-Dev] a few strdup() questions...

Daniel Stutzbach daniel at stutzbachenterprises.com
Wed Jan 7 16:30:23 CET 2009


On Wed, Jan 7, 2009 at 5:30 AM, Ulrich Eckhardt <doomster at knuut.de> wrote:

> MS Windows CE doesn't provide strdup(), so where should I put it? I guess I
> should just compile in Python/strdup.c, right?
>

I'm not an expert on Windows CE, but I believe it calls the function
"_strdup()":

http://msdn.microsoft.com/en-us/library/ms861162.aspx

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090107/8e774889/attachment.htm>


More information about the Python-Dev mailing list