The OpenNET Project / Index page

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

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

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

swab (3)
  • >> swab (3) ( Solaris man: Библиотечные вызовы )
  • swab (3) ( FreeBSD man: Библиотечные вызовы )
  • swab (3) ( Русские man: Библиотечные вызовы )
  • swab (3) ( Linux man: Библиотечные вызовы )
  • swab (3) ( POSIX man: Библиотечные вызовы )
  • swab (9) ( Solaris man: Ядро )
  •  

    NAME

    swab - swap bytes
     
    

    SYNOPSIS

    #include <stdlib.h>
    
    void swab(const char *src, char *dest, ssize_t nbytes);
    

     

    XPG4, SUS, SUSv2, SUSv3

    #include <unistd.h>
    
    void swab(const void *restrict src, void *restrict dest, ssize_t nbytes);
    

     

    DESCRIPTION

    The swab() function copies nbytes bytes, which are pointed to by src, to the object pointed to by dest, exchanging adjacent bytes. The nbytes argument should be even. If nbytes is odd swab() copies and exchanges nbytes-1 bytes and the disposition of the last byte is unspecified. If copying takes place between objects that overlap, the behavior is undefined. If nbytes is negative, swab() does nothing.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    XPG4, SUS, SUSv2, SUSv3
    DESCRIPTION
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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