1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Move stdio-common/_itoa.h to sysdeps/generic

This commit is contained in:
H.J. Lu
2012-03-20 16:00:23 -07:00
parent d1af992d0d
commit eb96ffb07d
52 changed files with 116 additions and 52 deletions

View File

@ -25,8 +25,8 @@
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include "_itoa.h"
#include "_itowa.h"
#include <_itoa.h>
#include <_itowa.h>
#include <locale/localeinfo.h>
/* #define NDEBUG 1*/ /* Undefine this for debugging assertions. */