XINU
|
Byteブロック2個に対して、先頭からN Byte分比較する。 More...
Go to the source code of this file.
Functions | |
int | memcmp (const void *s1, const void *s2, int n) |
Byteブロック2個に対して、先頭からN Byte分比較する。 More... | |
Byteブロック2個に対して、先頭からN Byte分比較する。
Definition in file memcmp.c.
int memcmp | ( | const void * | s1, |
const void * | s2, | ||
int | n | ||
) |
Byteブロック2個に対して、先頭からN Byte分比較する。
[in] | s1 | Byteブロックその1 |
[in] | s2 | Byteブロックその2 |
[in] | n | 比較するサイズ(Byte) |