reactos/lib/sdk/crt/misc/stubs.c
Amine Khaldi 6c0c23cb53 [CMAKE]
- Sync with trunk head (r50270)
- This also reverts r49298.

svn path=/branches/cmake-bringup/; revision=50271
2011-01-03 00:33:31 +00:00

19 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");
}