#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/inttypes.h.0p:2 #, no-wrap msgid "inttypes.h" msgstr "" #. type: TH #: man-pages-posix/man0p/inttypes.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/inttypes.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/inttypes.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:12 msgid "inttypes.h \\(em fixed size integer types" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:16 #, no-wrap msgid "#include Einttypes.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:23 msgid "" "Some of the functionality described on this reference page extends the ISO\\ " "C standard. Applications shall define the appropriate feature test macro " "(see the System Interfaces volume of POSIX.1\\(hy2008, I
, I) to enable the visibility of these symbols in this " "header." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:29 msgid "" "The Iinttypes.hE> header shall include the Istdint.hE> " "header." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:33 msgid "" "The Iinttypes.hE> header shall define at least the following types:" "" msgstr "" #. type: IP #: man-pages-posix/man0p/inttypes.h.0p:33 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:37 msgid "" "Structure type that is the type of the value returned by the I() " "function." msgstr "" #. type: IP #: man-pages-posix/man0p/inttypes.h.0p:37 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:40 msgid "As described in Istddef.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:68 msgid "" "The Iinttypes.hE> header shall define the following macros. Each " "expands to a character string literal containing a conversion specifier, " "possibly modified by a length modifier, suitable for use within the " "I argument of a formatted input/output function when converting the " "corresponding integer type. These macros have the general form of PRI " "(character string literals for the I() and I() family " "of functions) or SCN (character string literals for the I() and " "I() family of functions), followed by the conversion specifier, " "followed by a name corresponding to a similar type name in Istdint." "hE>. In these names, I represents the width of the type as described " "in Istdint.hE>. For example, I can be used in a " "format string to print the value of an integer of type B." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:72 msgid "The I() macros for signed integers are:" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:77 #, no-wrap msgid "PRIdI!PRIdLEASTI!PRIdFASTI!PRIdMAX!PRIdPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:78 #, no-wrap msgid "PRIiI!PRIiLEASTI!PRIiFASTI!PRIiMAX!PRIiPTR\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:85 msgid "The I() macros for unsigned integers are:" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:90 #, no-wrap msgid "PRIoI!PRIoLEASTI!PRIoFASTI!PRIoMAX!PRIoPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:91 #, no-wrap msgid "PRIuI!PRIuLEASTI!PRIuFASTI!PRIuMAX!PRIuPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:92 #, no-wrap msgid "PRIxI!PRIxLEASTI!PRIxFASTI!PRIxMAX!PRIxPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:93 #, no-wrap msgid "PRIXI!PRIXLEASTI!PRIXFASTI!PRIXMAX!PRIXPTR\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:100 msgid "The I() macros for signed integers are:" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:105 #, no-wrap msgid "SCNdI!SCNdLEASTI!SCNdFASTI!SCNdMAX!SCNdPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:106 #, no-wrap msgid "SCNiI!SCNiLEASTI!SCNiFASTI!SCNiMAX!SCNiPTR\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:113 msgid "The I() macros for unsigned integers are:" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:118 #, no-wrap msgid "SCNoI!SCNoLEASTI!SCNoFASTI!SCNoMAX!SCNoPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:119 #, no-wrap msgid "SCNuI!SCNuLEASTI!SCNuFASTI!SCNuMAX!SCNuPTR\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/inttypes.h.0p:120 #, no-wrap msgid "SCNxI!SCNxLEASTI!SCNxFASTI!SCNxMAX!SCNxPTR\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:136 msgid "" "For each type that the implementation provides in Istdint.hE>, the " "corresponding I() and I() macros shall be defined and " "the corresponding I() and I() macros shall be defined " "unless the implementation does not have a suitable modifier for the type." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:139 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:149 #, no-wrap msgid "" "B<\n" "intmax_t imaxabs(intmax_t);\n" "imaxdiv_t imaxdiv(intmax_t, intmax_t);\n" "intmax_t strtoimax(const char *restrict, char **restrict, int);\n" "uintmax_t strtoumax(const char *restrict, char **restrict, int);\n" "intmax_t wcstoimax(const wchar_t *restrict, wchar_t **restrict, int);\n" "uintmax_t wcstoumax(const wchar_t *restrict, wchar_t **restrict, int);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:154 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:154 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:166 #, no-wrap msgid "" "#include Einttypes.hE\n" "#include Ewchar.hE\n" "int main(void)\n" "{\n" " uintmax_t i = UINTMAX_MAX; // This type always exists.\n" " wprintf(L\"The largest integer value is %020\"\n" " PRIxMAX \"\\en\", i);\n" " return 0;\n" "}\n" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:167 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:179 msgid "" "The purpose of Iinttypes.hE> is to provide a set of integer types " "whose definitions are consistent across machines and independent of " "operating systems and other implementation idiosyncrasies. It defines, " "through B, integer types of various sizes. Implementations are free " "to B them as ISO\\ C standard integer types or extensions that they " "support. Consistent use of this header will greatly increase the portability " "of applications across platforms." msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:179 #, no-wrap msgid "RATIONALE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:210 msgid "" "The ISO/IEC\\ 9899:\\|1990 standard specified that the language should " "support four signed and unsigned integer data types\\(emB, B, " "B, and B\\(embut placed very little requirement on their size " "other than that B and B be at least 16 bits and B be at " "least as long as B and not smaller than 32 bits. For 16-bit systems, " "most implementations assigned 8, 16, 16, and 32 bits to B, B, " "B, and B, respectively. For 32-bit systems, the common practice " "has been to assign 8, 16, 32, and 32 bits to these types. This difference in " "B size can create some problems for users who migrate from one system " "to another which assigns different sizes to integer types, because the ISO\\ " "C standard integer promotion rule can produce silent changes unexpectedly. " "The need for defining an extended integer type increased with the " "introduction of 64-bit systems." msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:210 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:217 msgid "" "Macro names beginning with PRI or SCN followed by any lowercase letter or " "B<'X'> may be added to the macros defined in the Iinttypes.hE> " "header." msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:217 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:219 msgid "Bstddef.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:226 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I
, I, I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/inttypes.h.0p:226 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:237 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/inttypes.h.0p:242 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""