diff options
Diffstat (limited to 'libiberty/memcmp.c')
-rw-r--r-- | libiberty/memcmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/memcmp.c b/libiberty/memcmp.c index 39edfca98a..37db60f382 100644 --- a/libiberty/memcmp.c +++ b/libiberty/memcmp.c @@ -3,7 +3,8 @@ /* -@deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, size_t @var{count}) +@deftypefn Supplemental int memcmp (const void *@var{x}, const void *@var{y}, @ + size_t @var{count}) Compares the first @var{count} bytes of two areas of memory. Returns zero if they are the same, a value less than zero if @var{x} is |