ReactOS 0.4.15-dev-7842-g558ab78
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 */
8int
11{
12 return (int)_ttoi64(str);
13}
#define CDECL
Definition: compat.h:29
#define _ttoi64
Definition: tchar.h:614
char _TCHAR
Definition: tchar.h:1392
const WCHAR * str
#define _ttoi
Definition: xmlstorage.h:195