[vorbis-dev] Windows CE support

Taral taral at taral.net
Sun Sep 3 13:22:54 PDT 2000


On  3 Sep, Christian Czech wrote:

> I will write a small programm to play a file on CE to test if this is
> really enough. But it will be only possible to compile vorbis for
> Windows CE 3 (maybe 2.11 or higher too). Since then strcpy and other
> functions are available in a Unicode and 8bit char version. Older
> devices have only pure Unicode support.

Why don't you make your own?

#define strcpy(d, s) ((char *) memcpy(d, s, strlen(s)))

or

char *strcpy(char *d, char *s)
{
    char *p = d;

    while ((*p++ = *s++));
    return d;
}


-- 
Taral <taral at taral.net>
Please use PGP/GPG to send me mail.



<HR NOSHADE>
<UL>
<LI>APPLICATION/pgp-signature attachment: stored
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/octet-stream
Size: 241 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20000903/0964cab5/part.obj


More information about the Vorbis-dev mailing list