Movatterモバイル変換


[0]ホーム

URL:


memcmp
Prev String Manipulation Next

Name

memcmp — Compare two areas of memory

Synopsis

__visible intmemcmp(const void *cs,
 const void *ct,
 size_tcount);
 

Arguments

const void * cs

One area of memory

const void * ct

Another area of memory

size_t count

The size of the area.


Prev Up Next
memmove Home memscan

[8]ページ先頭

©2009-2025 Movatter.jp