MEMCMP

Section: Linux Programmer's Manual (3)
Updated: 1993-04-10
Index JM Home Page roff page
 

名前

memcmp - メモリ領域を比較する  

書式

#include <string.h>

int memcmp(const void *s1, const void *s2, size_t n);
 

説明

memcmp() 関数は、メモリ領域 s1s2 の最初の n バイトを比較する。 s1s2 より小さいか、同じか、あるいは大きいかによって それぞれ、負の整数、0、正の整数を返す。  

返り値

memcmp() 関数は、s1 の最初の n バイトが s2 の最初の n バイトよりも 小さいか、同じか、あるいは大きいかによってそれぞれ、負の整数、0、 正の整数を返す。  

準拠

SVr4, 4.3BSD, C89, C99, POSIX.1-2001.  

関連項目

bcmp(3), strcasecmp(3), strcmp(3), strcoll(3), strncasecmp(3), strncmp(3), wmemcmp(3)


 

Index

名前
書式
説明
返り値
準拠
関連項目

This document was created by man2html, using the manual pages.
Time: 04:31:52 GMT, November 19, 2007