tail head cat sleep
QR code linking to this page

manページ  — SWAB

名称

swab – 隣接するバイトを交換する

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <string.h>

void
swab(const void *src, void *dst, size_t len);

解説

関数 swab()src で参照される位置から dst で参照される位置へ、 隣接するバイトを交換しながら len バイトをコピーします。

引数 len は偶数でなければなりません。

関連項目

bzero(3), memset(3)

歴史

swab() 関数は AT&T v7 で登場しました。

SWAB (3) June 4, 1993

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

If you have a problem and you think awk(1) is the solution, then you have two problems.
— David Tilbrook