mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
13 lines
155 B
C
13 lines
155 B
C
|
#include <precomp.h>
|
||
|
|
||
|
|
||
|
__int64
|
||
|
_strtoi64(const char *nptr, char **endptr, int base)
|
||
|
{
|
||
|
TRACE("_strtoi64 is UNIMPLEMENTED\n");
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* EOF */
|