mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Move stdio-common/_itoa.h to sysdeps/generic
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <wchar.h>
|
||||
#include <bits/libc-lock.h>
|
||||
#include <sys/param.h>
|
||||
#include "_itoa.h"
|
||||
#include <_itoa.h>
|
||||
#include <locale/localeinfo.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
# define ISDIGIT(Ch) ((unsigned int) ((Ch) - L'0') < 10)
|
||||
# define STR_LEN(Str) __wcslen (Str)
|
||||
|
||||
# include "_itowa.h"
|
||||
# include <_itowa.h>
|
||||
|
||||
# define PUT(F, S, N) _IO_sputn ((F), (S), (N))
|
||||
# define PAD(Padchar) \
|
||||
|
Reference in New Issue
Block a user