466
|
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>
|
468
|
7 <para>
|
|
8 The high-level I/O functions provide facilities that are
|
|
9 normally considered part of the definition of other languages; for
|
|
10 example, the FORMAT "statement" of Fortran. In addition, automatic
|
|
11 buffering of I/O channels improves the speed of file access because
|
|
12 fewer system calls are necessary.
|
|
13 </para>
|
466
|
14
|
|
15 &atofref;
|
|
16 &fflushref;
|
|
17 &feofref;
|
|
18 &findstrref;
|
|
19 &fopenref;
|
|
20 &freadref;
|
|
21 &fseekref;
|
|
22 &getcref;
|
|
23 &getsref;
|
|
24 &isalpharef;
|
|
25 &l3tolref;
|
|
26 &longjmpref;
|
|
27 &mallocref;
|
|
28 &mktempref;
|
472
|
29 &printfref;
|
466
|
30 &putcref;
|
|
31 &putsref;
|
|
32 &qsortref;
|
|
33 &scanfref;
|
|
34 &setbufref;
|
|
35 &sleepref;
|
|
36 &strcatref;
|
|
37 &systemref;
|
|
38 &toupperref;
|
|
39 &ungetcref;
|
|
40 </chapter>
|