Home | Info | Community | Development | myReactOS | Contact Us
00001 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ 00002 #include <stdlib.h> 00003 00004 long double 00005 _atold(const char *ascii) 00006 { 00007 return _strtold(ascii, 0); 00008 }