ReactOS
0.4.15-dev-7131-ge4d03f4
atoi.c
Go to the documentation of this file.
1
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2
#include <precomp.h>
3
#include <tchar.h>
4
5
/*
6
* @implemented
7
*/
8
int
9
CDECL
10
_ttoi
(
const
_TCHAR
*
str
)
11
{
12
return
(
int
)
_ttoi64
(
str
);
13
}
CDECL
#define CDECL
Definition:
compat.h:29
_ttoi64
#define _ttoi64
Definition:
tchar.h:614
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
str
const WCHAR * str
Definition:
rpc_transport.c:2724
_ttoi
#define _ttoi
Definition:
xmlstorage.h:195
sdk
lib
crt
string
atoi.c
Generated on Tue Dec 5 2023 06:17:38 for ReactOS by
1.9.6