Home | Info | Community | Development | myReactOS | Contact Us
00001 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ 00002 #include <precomp.h> 00003 #include <tchar.h> 00004 00005 /* 00006 * @implemented 00007 */ 00008 int 00009 _ttoi(const _TCHAR *str) 00010 { 00011 return (int)_ttoi64(str); 00012 }