.\" -*- coding: UTF-8 -*- .\" Copyright (C) 2007 Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page. .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH INTRO 3 "15 setembro 2017" Linux "Manual do Programador do Linux" .SH NOME intro \- introdução a funções de bibliotecas .SH DESCRIÇÃO A Seção 3 do manual descreve todas as funções de bibliotecas, exceto as funções de bibliotecas (wrappers de chamada do sistema) descritas na Seção 2, que implementam chamadas do sistema. .PP Muitas das funções descritas na seção fazem parte da Biblioteca C Padrão (\fIlibc\fP). Algumas funções fazem parte de outras bibliotecas (por exemplo, a biblioteca matemática \fIlibm\fP ou a biblioteca em tempo real \fIlibrt\fP). Nesse caso, a página do manual indicará a opção do vinculador necessária para vincular à biblioteca necessária (por exemplo, \fI\-lm\fP e \fI\-lrt\fP, respectivamente, para as bibliotecas mencionadas). .PP .\" .\" There .\" are various function groups which can be identified by a letter which .\" is appended to the chapter number: .\" .IP (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 .\" .BR cc (1) .\" by default. .\" .IP (3S) .\" These functions are parts of the .\" .BR stdio (3) .\" library. They are contained in the standard C library libc. .\" .IP (3M) .\" These functions are contained in the arithmetic library libm. They are .\" used by the .\" .BR f77 (1) .\" FORTRAN compiler by default, but not by the .\" .BR cc (1) .\" C compiler, which needs the option \fI\-lm\fP. .\" .IP (3F) .\" These functions are part of the FORTRAN library libF77. There are no .\" special compiler flags needed to use these functions. .\" .IP (3X) .\" Various special libraries. The manual pages documenting their functions .\" specify the library names. Em alguns casos, o programador deve definir uma macro de teste de recurso para obter a declaração de uma função no arquivo de cabeçalho especificado na seção SINOPSE da página de manual. (Onde necessário, essas macros de teste de recursos devem ser definidas antes da inclusão de \fIqualquer\fP arquivos de cabeçalho.) Nesses casos, a macro necessária é descrita na página de manual. Para obter mais informações sobre macros de teste de recursos, consulte \fBfeature_test_macros\fP(7). .SH "DE ACORDO COM" Certos termos e abreviações são usados para indicar variantes e padrões UNIX aos quais as chamadas nesta seção estão em conformidade. Vejo \fBstandards\fP(7). .SH NOTAS .SS "Autores e condições de direitos autorais" Veja o cabeçalho do código\-fonte da página de manual para o(s) autor(es) e condições de direitos autorais. Note que estes podem ser diferentes de página para página! .SH "VEJA TAMBÉM" \fBintro\fP(2), \fBerrno\fP(3), \fBcapabilities\fP(7), \fBcredentials\fP(7), \fBenviron\fP(7), \fBfeature_test_macros\fP(7), \fBlibc\fP(7), \fBmath_error\fP(7), \fBpath_resolution\fP(7), \fBpthreads\fP(7), \fBsignal\fP(7), \fBstandards\fP(7) .SH COLOFÃO Esta página faz parte da versão 5.04 do projeto Linux \fIman\-pages\fP. Uma descrição do projeto, informações sobre relatórios de bugs e a versão mais recente desta página podem ser encontradas em \%https://www.kernel.org/doc/man\-pages/. .SH TRADUÇÃO A tradução para português brasileiro desta página man foi criada por Rafael Fontenelle . Esta tradução é uma documentação livre; leia a .UR https://www.gnu.org/licenses/gpl-3.0.html Licença Pública Geral GNU Versão 3 .UE ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para .MT debian-l10n-portuguese@\:lists.\:debian.\:org a lista de discussão de tradutores .ME .