comparison docs/ccguide/chap4.chapter @ 466:bea58398bb15

Skeletons for the C Compiler User's Guide, 1983
author roug
date Wed, 02 Oct 2002 21:17:53 +0000
parents
children 60b821f18853
comparison
equal deleted inserted replaced
465:db7b0da954a7 466:bea58398bb15
1 <chapter>
2 <title>C Standard Library</title>
3 <para>
4 The Standard Library contains functions which fall into two
5 classes: high-level I/O and convenience.
6 </para>
7
8 <section>
9 <title>Function Calls</title>
10 &atofref;
11 &fflushref;
12 &feofref;
13 &findstrref;
14 &fopenref;
15 &freadref;
16 &fseekref;
17 &getcref;
18 &getsref;
19 &isalpharef;
20 &l3tolref;
21 &longjmpref;
22 &mallocref;
23 &mktempref;
24 &putcref;
25 &putsref;
26 &qsortref;
27 &scanfref;
28 &setbufref;
29 &sleepref;
30 &strcatref;
31 &systemref;
32 &toupperref;
33 &ungetcref;
34 </section>
35 </chapter>