mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 03:29:41 +00:00

- Sync with trunk head (r50270) - This also reverts r49298. svn path=/branches/cmake-bringup/; revision=50271
18 lines
281 B
C
18 lines
281 B
C
#include <precomp.h>
|
|
|
|
int __STRINGTOLD( long double *value, char **endptr, const char *str, int flags )
|
|
{
|
|
FIXME("%p %p %s %x stub\n", value, endptr, str, flags );
|
|
return 0;
|
|
}
|
|
|
|
void __fileinfo(void)
|
|
{
|
|
FIXME("__fileinfo stub\n");
|
|
}
|
|
|
|
void stub(void)
|
|
{
|
|
FIXME("stub\n");
|
|
}
|
|
|