• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/libc/
1<html lang="en">
2<head>
3<title>Introduction - Untitled</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="Untitled">
6<meta name="generator" content="makeinfo 4.13">
7<link title="Top" rel="start" href="index.html#Top">
8<link rel="prev" href="index.html#Top" title="Top">
9<link rel="next" href="Stdlib.html#Stdlib" title="Stdlib">
10<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
11<meta http-equiv="Content-Style-Type" content="text/css">
12<style type="text/css"><!--
13  pre.display { font-family:inherit }
14  pre.format  { font-family:inherit }
15  pre.smalldisplay { font-family:inherit; font-size:smaller }
16  pre.smallformat  { font-family:inherit; font-size:smaller }
17  pre.smallexample { font-size:smaller }
18  pre.smalllisp    { font-size:smaller }
19  span.sc    { font-variant:small-caps }
20  span.roman { font-family:serif; font-weight:normal; } 
21  span.sansserif { font-family:sans-serif; font-weight:normal; } 
22--></style>
23<link rel="stylesheet" type="text/css" href="../cs.css">
24</head>
25<body>
26<div class="node">
27<a name="Introduction"></a>
28<p>
29Next:&nbsp;<a rel="next" accesskey="n" href="Stdlib.html#Stdlib">Stdlib</a>,
30Previous:&nbsp;<a rel="previous" accesskey="p" href="index.html#Top">Top</a>,
31Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
32<hr>
33</div>
34
35<h2 class="chapter">1 Introduction</h2>
36
37<p>This reference manual describes the functions provided by the Red Hat
38&ldquo;newlib&rdquo; version of the standard ANSI C library.  This document is not
39intended as an overview or a tutorial for the C library.  Each library
40function is listed with a synopsis of its use, a brief description,
41return values (including error handling), and portability issues.
42
43   <p>Some of the library functions depend on support from the underlying
44operating system and may not be available on every platform.  For
45embedded systems in particular, many of these underlying operating
46system services may not be available or may not be fully functional. 
47The specific operating system subroutines required for a particular
48library function are listed in the &ldquo;Portability&rdquo; section of the
49function description.  See <a href="Syscalls.html#Syscalls">Syscalls</a>, for a description of the
50relevant operating system calls.
51
52   </body></html>
53
54