blob: b086b77b9905c832c9a192e6034d57511a4181ba (
plain) (
blame) 
 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28  | <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="newlib.css" /> </head> <body> <h2>Library Documentation</h2> <p> The following web pages were generated from the texinfo documentation included in the newlib source distribution. </p> <p> <ul> <li><a href="libc.html">Red Hat newlib C Library Documentation</a></li> <li><a href="libm.html">Red Hat newlib C Math Library Documentation</a></li> <li><a href="libgloss.html">libgloss Library Documentation</a></li> </ul> </p> <p> The <a href="https://sourceware.org/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD">Red Hat newlib README file</a> contains useful information on how to configure, build and install newlib, how to run the testsuite, and how to report bugs. </p> </body> </html> 
 |