PRINTF documentation are specified together, on some platforms: HP-UX 10.20. * printf “%010f” of nan and Infinity yields an incorrect result (padded with zeroes) on some platforms: macos X 10.3, freebsd 6.0, netbsd 3.0, AIX 5.2, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 2007, mingw. * This function does not support precisions larger than 512 or 1024 in integer, floating-point and pointer output on some platforms: mingw, beos. * This function can crash in out-of-memory conditions on some platforms: macos X 10.3, freebsd 6.0, netbsd 3.0. Portability problems not fixed by Gnulib: www.gnu.org 12.12.7 Formatted Output Functions This section describes how to call printf and related functions. Prototypes for these functions are in the header file stdio.h. Because these functions take a variable number of arguments, you must
Tags: Documentation, PRINTF
Categories: NetBSD