13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
18
18
#include <mysys/mysys_err.h>
19
19
#include <mystrings/m_string.h>
20
20
#include <mystrings/m_ctype.h>
24
25
uint mysys_usage_id= 0; /* Incremented for each my_init() */
27
27
static uint32_t atoi_octal(const char *str)
30
30
while (*str && my_isspace(&my_charset_utf8_general_ci, *str))