platform_bionic/libc/stdio
Dan Albert a9e914dd2f Make multibyte result constants public.
The magic numbers that C defines are obnoxious. We had partial
definitions for these internally. Add the missing one and move them to
a public header for anyone else that may want to use them.

Bug: None
Test: None
Change-Id: Ia6b8cff4310bcccb23078c52216528db668ac966
2023-08-04 19:48:35 +00:00
..
fmemopen.cpp Avoid writing to a zero-capacity buffer. 2019-02-05 15:00:13 -08:00
glue.h Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. 2015-10-23 12:32:52 -07:00
local.h printf unification: floating point. 2023-05-11 16:51:13 -07:00
parsefloat.c Start de-duplicating the regular and wide printf implementations. 2017-11-01 18:13:36 -07:00
printf_common.h Implement C23 printf 'wf' length modifiers 2023-05-02 21:06:09 +00:00
refill.c Revert fwalk/sfp locking to fix concurrent reads 2019-05-04 00:28:00 -07:00
scanf_common.h Implement C23 scanf 'w' length modifiers 2023-06-08 21:41:26 +00:00
stdio.cpp printf unification: floating point. 2023-05-11 16:51:13 -07:00
stdio_ext.cpp Add __freadahead. 2022-09-22 23:47:42 +00:00
vfprintf.cpp printf unification: floating point. 2023-05-11 16:51:13 -07:00
vfscanf.cpp Make multibyte result constants public. 2023-08-04 19:48:35 +00:00
vfwprintf.cpp printf unification: floating point. 2023-05-11 16:51:13 -07:00
vfwscanf.cpp Implement C23 scanf 'wf' length modifiers 2023-06-14 17:15:58 +00:00