Re: Problem finding equivalent functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



----- Original Message -----
From: "Yogesh Kini" <yogesh.kini@xxxxxxxxx>
To: <gcc-help@xxxxxxxxxxx>
Sent: Friday, March 04, 2005 5:20 PM
Subject: Problem finding equivalent functions


> Hi,
> There are some functions like _wfopen, _wgetcwd available when using
> Microsoft VC++ compiler. Are there any equivalents in gcc.
>

Yep - at least those two functions are defined in the MinGW port of gcc (for
Win32). I found them by doing a Windows 'Search' of my MinGW directory for
'*.h' files containing texts '_wfopen' and '_wgetcwd' respectively. (They're
in wchar.h.)

Cheers,
Rob


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux