ReactOS
0.4.15-dev-2103-g9dff498
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
}
str
const WCHAR * str
Definition:
rpc_transport.c:2472
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
_ttoi64
#define _ttoi64
Definition:
tchar.h:614
CDECL
#define CDECL
Definition:
compat.h:29
_ttoi
int CDECL _ttoi(const _TCHAR *str)
Definition:
atoi.c:10
sdk
lib
crt
string
atoi.c
Generated on Mon Mar 1 2021 06:08:29 for ReactOS by
1.8.15