Unix and Linux Discussions Tagged with functions |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
63,634 |
Shell Programming and Scripting |
|
|
|
13 |
4,143 |
Shell Programming and Scripting |
|
|
|
10 |
6,329 |
Shell Programming and Scripting |
|
|
|
4 |
1,393 |
Shell Programming and Scripting |
|
|
|
2 |
2,425 |
Shell Programming and Scripting |
|
|
|
3 |
2,002 |
UNIX for Dummies Questions & Answers |
|
|
|
17 |
5,669 |
Shell Programming and Scripting |
|
|
|
6 |
2,447 |
Shell Programming and Scripting |
|
|
|
1 |
10,498 |
Shell Programming and Scripting |
|
|
|
8 |
5,941 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,366 |
Shell Programming and Scripting |
|
|
|
1 |
2,512 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
8,868 |
Shell Programming and Scripting |
|
|
|
2 |
3,415 |
Programming |
|
|
|
0 |
2,173 |
Software Releases - RSS News |
|
|
|
1 |
2,507 |
Programming |
|
|
|
2 |
2,932 |
Shell Programming and Scripting |
|
|
|
1 |
2,468 |
Shell Programming and Scripting |
|
|
|
0 |
1,762 |
UNIX and Linux RSS News |
|
|
|
5 |
5,065 |
Shell Programming and Scripting |
|
|
|
0 |
8,036 |
Shell Programming and Scripting |
|
|
|
2 |
4,605 |
Shell Programming and Scripting |
|
|
|
0 |
842 |
Software Releases - RSS News |
|
|
|
0 |
1,163 |
UNIX and Linux RSS News |
|
|
|
1 |
2,786 |
Programming |
|
|
|
1 |
2,605 |
Shell Programming and Scripting |
|
|
|
2 |
6,754 |
Programming |
|
|
|
0 |
1,281 |
Software Releases - RSS News |
|
|
|
1 |
14,912 |
Shell Programming and Scripting |
|
|
|
5 |
26,318 |
Shell Programming and Scripting |
|
|
|
1 |
2,665 |
AIX |
|
|
|
1 |
1,997 |
Shell Programming and Scripting |
|
|
|
0 |
1,365 |
Software Releases - RSS News |
|
|
|
2 |
1,893 |
Shell Programming and Scripting |
|
|
|
1 |
3,554 |
Shell Programming and Scripting |
|
|
|
6 |
4,674 |
Shell Programming and Scripting |
|
|
|
2 |
4,571 |
Programming |
|
|
|
2 |
5,926 |
Shell Programming and Scripting |
|
|
|
2 |
5,160 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,577 |
Programming |
INTRO(3) Linux Programmer's Manual INTRO(3)
NAME
intro - Introduction to library functions
DESCRIPTION
This chapter describes all library functions excluding the library functions described in chapter 2, which implement system calls. There
are various function groups which can be identified by a letter which is appended to the chapter number:
(3C) These functions, the functions from chapter 2 and from chapter 3S are contained in the C standard library libc, which will be used
by cc(1) by default.
(3S) These functions are parts of the stdio(3) library. They are contained in the standard C library libc.
(3M) These functions are contained in the arithmetic library libm. They are used by the f77(1) FORTRAN compiler by default, but not by
the cc(1) C compiler, which needs the option -lm.
(3F) These functions are part of the FORTRAN library libF77. There are no special compiler flags needed to use these functions.
(3X) Various special libraries. The manual pages documenting their functions specify the library names.
AUTHORS
Look at the header of the manual page for the author(s) and copyright conditions. Note that these can be different from page to page!
Linux 1995-12-13 INTRO(3)