/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include /* * @implemented */ long _wtol(const wchar_t *str) { return wcstol(str, 0, 10); }