Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / glibc-headers / printf.texi
1 @node printf.h
2 @section @file{printf.h}
3
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}.
9
10 Documentation:
11 @itemize
12 @item
13 @ifinfo
14 @ref{Parsing a Template String,,,libc},
15 @end ifinfo
16 @ifnotinfo
17 @url{http://www.gnu.org/software/libc/manual/html_node/Parsing-a-Template-String.html}.
18 @end ifnotinfo
19 @end itemize
20
21 Gnulib module: ---
22
23 Portability problems fixed by Gnulib:
24 @itemize
25 @end itemize
26
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 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin, mingw, MSVC 9, Interix 3.5.
32 @end itemize