source: branches/GNU/src/binutils/libiberty/memcmp.c@ 11

Last change on this file since 11 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 811 bytes
Line 
1/* memcmp -- compare two memory regions.
2 This function is in the public domain. */
3
4/*
5NAME
6 memcmp -- compare two memory regions
7
8SYNOPSIS
9 int memcmp (const void *from, const void *to, size_t count)
10
11DESCRIPTION
12 Compare two memory regions and return less than,
13 equal to, or greater than zero, according to lexicographical