I_002fO-Library-Routines.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 2010-2017 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.2 or
  6. any later version published by the Free Software Foundation; with no
  7. Invariant Sections, with the Front-Cover Texts being "A GNU Manual,"
  8. and with the Back-Cover Texts as in (a) below. A copy of the
  9. license is included in the section entitled "GNU Free Documentation
  10. License."
  11. (a) The FSF's Back-Cover Text is: "You have the freedom to
  12. copy and modify this GNU manual. -->
  13. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  14. <head>
  15. <title>GCC libquadmath: I/O Library Routines</title>
  16. <meta name="description" content="GCC libquadmath: I/O Library Routines">
  17. <meta name="keywords" content="GCC libquadmath: I/O Library Routines">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <link href="index.html#Top" rel="start" title="Top">
  23. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  24. <link href="index.html#Top" rel="up" title="Top">
  25. <link href="strtoflt128.html#strtoflt128" rel="next" title="strtoflt128">
  26. <link href="Math-Library-Routines.html#Math-Library-Routines" rel="prev" title="Math Library Routines">
  27. <style type="text/css">
  28. <!--
  29. a.summary-letter {text-decoration: none}
  30. blockquote.smallquotation {font-size: smaller}
  31. div.display {margin-left: 3.2em}
  32. div.example {margin-left: 3.2em}
  33. div.indentedblock {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  38. div.smalllisp {margin-left: 3.2em}
  39. kbd {font-style:oblique}
  40. pre.display {font-family: inherit}
  41. pre.format {font-family: inherit}
  42. pre.menu-comment {font-family: serif}
  43. pre.menu-preformatted {font-family: serif}
  44. pre.smalldisplay {font-family: inherit; font-size: smaller}
  45. pre.smallexample {font-size: smaller}
  46. pre.smallformat {font-family: inherit; font-size: smaller}
  47. pre.smalllisp {font-size: smaller}
  48. span.nocodebreak {white-space:nowrap}
  49. span.nolinebreak {white-space:nowrap}
  50. span.roman {font-family:serif; font-weight:normal}
  51. span.sansserif {font-family:sans-serif; font-weight:normal}
  52. ul.no-bullet {list-style: none}
  53. -->
  54. </style>
  55. </head>
  56. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  57. <a name="I_002fO-Library-Routines"></a>
  58. <div class="header">
  59. <p>
  60. Next: <a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License" accesskey="n" rel="next">GNU Free Documentation License</a>, Previous: <a href="Math-Library-Routines.html#Math-Library-Routines" accesskey="p" rel="prev">Math Library Routines</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
  61. </div>
  62. <hr>
  63. <a name="I_002fO-Library-Routines-1"></a>
  64. <h2 class="chapter">3 I/O Library Routines</h2>
  65. <table class="menu" border="0" cellspacing="0">
  66. <tr><td align="left" valign="top">&bull; <a href="strtoflt128.html#strtoflt128" accesskey="1"><code>strtoflt128</code></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Convert from string
  67. </td></tr>
  68. <tr><td align="left" valign="top">&bull; <a href="quadmath_005fsnprintf.html#quadmath_005fsnprintf" accesskey="2"><code>quadmath_snprintf</code></a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Convert to string
  69. </td></tr>
  70. </table>
  71. </body>
  72. </html>