doc: Update for OpenBSD 6.0, 6.7.
[gnulib.git] / doc / glibc-headers / printf.texi
blobcbbc4fa8810f8a1c599e912506562106ec32ee81
1 @node printf.h
2 @section @file{printf.h}
4 Defines the type @code{struct printf_info} and the macros and enum values
5 @code{PA_*}, and declares the functions
6 @code{printf_function}, @code{printf_arginfo_function},
7 @code{register_printf_function}, @code{parse_printf_format},
8 @code{printf_size}, @code{printf_size_info}.
10 Documentation:
11 @itemize
12 @item
13 @ifinfo
14 @ref{Parsing a Template String,,,libc},
15 @end ifinfo
16 @ifnotinfo
17 @url{https://www.gnu.org/software/libc/manual/html_node/Parsing-a-Template-String.html}.
18 @end ifnotinfo
19 @end itemize
21 Gnulib module: ---
23 Portability problems fixed by Gnulib:
24 @itemize
25 @end itemize
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @item
30 This header file is missing on some platforms:
31 Mac OS X 10.5, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
32 @end itemize