The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

intro (3)
  • intro (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • intro (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • intro (1) ( Русские man: Команды и прикладные программы пользовательского уровня )
  • intro (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  • intro (2) ( Solaris man: Системные вызовы )
  • intro (2) ( FreeBSD man: Системные вызовы )
  • intro (2) ( Русские man: Системные вызовы )
  • intro (2) ( Linux man: Системные вызовы )
  • intro (3) ( Solaris man: Библиотечные вызовы )
  • >> intro (3) ( FreeBSD man: Библиотечные вызовы )
  • intro (3) ( Русские man: Библиотечные вызовы )
  • intro (3) ( Linux man: Библиотечные вызовы )
  • intro (4) ( Solaris man: Специальные файлы /dev/* )
  • intro (4) ( FreeBSD man: Специальные файлы /dev/* )
  • intro (4) ( Русские man: Специальные файлы /dev/* )
  • intro (4) ( Linux man: Специальные файлы /dev/* )
  • intro (5) ( Solaris man: Форматы файлов )
  • intro (5) ( FreeBSD man: Форматы файлов )
  • intro (5) ( Русские man: Форматы файлов )
  • intro (5) ( Linux man: Форматы файлов )
  • intro (6) ( Solaris man: Игры )
  • intro (6) ( Русские man: Игры )
  • intro (6) ( Linux man: Игры )
  • intro (7) ( Solaris man: Макропакеты и соглашения )
  • intro (7) ( FreeBSD man: Макропакеты и соглашения )
  • intro (7) ( Русские man: Макропакеты и соглашения )
  • intro (7) ( Linux man: Макропакеты и соглашения )
  • intro (8) ( FreeBSD man: Команды системного администрирования )
  • intro (8) ( Русские man: Команды системного администрирования )
  • intro (8) ( Linux man: Команды системного администрирования )
  • intro (9) ( FreeBSD man: Ядро )
  • intro (9) ( Linux man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    intro
    
     - introduction to the C libraries
    
     
    

    DESCRIPTION

    This section provides an overview of the C library functions, their error returns and other common definitions and concepts. Most of these functions are available from the C library, libc Other libraries, such as the math library, libm must be indicated at compile time with the -l option of the compiler.

    The various libraries (followed by the loader flag):

    libcPqFllNsArc
    Standard C library functions. When using the C compiler cc(1), it is not necessary to supply the loader flag -l c for these functions. There are several `libraries' or groups of functions included inside of libc: the standard I/O routines, database routines, bit operators, string operators, character tests and character operators, des encryption routines, storage allocation, time functions, signal handling and more.
    libcursesPqFllNsArcursesFllNsArtermcap
    Terminal independent screen management routines for two dimensional non-bitmap display terminals. (See ncurses(3).)
    libcompatPqFllNsArcompat
    Functions which are obsolete but are available for compatibility with BSD 4.3 In particular, a number of system call interfaces provided in previous releases of BSD have been included for source code compatibility. Use of these routines should, for the most part, be avoided. The manual page entry for each compatibility routine indicates the proper interface to use.
    libkvmPqFllNsArkvm
    Functions used to access kernel memory are in this library. They can be used against both a running system and a crash dump. (See kvm(3).)
    liblPqFllNsArl
    The library for lex(1).
    libmPqFllNsArm
    The math library, libm The math library is loaded as needed by the Pascal compiler, but not by the C compiler which requires the -l m flag. (See math(3).)
    libmpPqFllNsArmp
    libtermcapPqFllNsArtermcap
    The terminal independent operation library package. (See termcap(3).)
    libyPqFllNsAry
    The library for yacc(1).

     

    FILES

    /usr/lib/libc.a
    the C library
    /usr/lib/libc_p.a
    the C library compiled for profiling
    /usr/lib/libm.a
    the math library
    /usr/lib/libm_p.a
    the math library compiled for profiling

     

    SEE ALSO

    cc(1), ld(1), nm(1), intro(2), math(3), stdio(3)  

    HISTORY

    An manual appeared in AT&T System v7 .


     

    Index

    NAME
    DESCRIPTION
    FILES
    SEE ALSO
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру