Re: [Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-13 Thread Pedro Alves
Danny Backx wrote: > On Mon, 2007-06-11 at 20:59 +0100, Pedro Alves wrote: >> Danny Backx wrote: > You're right in mentioning that the fwprintf type functions should not > be used from cegcc, because their notion of FILE * comes from coredll > and is incompatible with newlib. > > I knew that but

Re: [Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-12 Thread Danny Backx
On Mon, 2007-06-11 at 20:59 +0100, Pedro Alves wrote: > Danny Backx wrote: > > Functions like swprintf are in coredll.dll, and should be described in > > stdlib.h, says http://msdn2.microsoft.com/en-us/library/ms860374.aspx . [..] > > Shouldn't we add these functions to src/w32api/include/stdlib.h

Re: [Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-11 Thread Pedro Alves
Danny Backx wrote: > Functions like swprintf are in coredll.dll, and should be described in > stdlib.h, says http://msdn2.microsoft.com/en-us/library/ms860374.aspx . > > In mingw32ce, we do have a definition for it, but we don't in cegcc : > dannypc: {442} fgrep > swprintf /opt/mingw32ce/arm-wince

[Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-11 Thread Danny Backx
Functions like swprintf are in coredll.dll, and should be described in stdlib.h, says http://msdn2.microsoft.com/en-us/library/ms860374.aspx . In mingw32ce, we do have a definition for it, but we don't in cegcc : dannypc: {442} fgrep swprintf /opt/mingw32ce/arm-wince-mingw32ce/include/{*,*/*}.h /o