ReactOS 0.4.15-dev-7842-g558ab78
atoi.c File Reference
#include <precomp.h>
#include <tchar.h>
Include dependency graph for atoi.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int CDECL _ttoi (const _TCHAR *str)
 

Function Documentation

◆ _ttoi()

int CDECL _ttoi ( const _TCHAR str)

Definition at line 10 of file atoi.c.

11{
12 return (int)_ttoi64(str);
13}
#define _ttoi64
Definition: tchar.h:614
const WCHAR * str