mirror of
https://github.com/reactos/reactos.git
synced 2025-06-17 03:48:32 +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 */
|