X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fmemcmp.c;h=37db60f38267acb589ca3d697ecd41109dff8210;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=39edfca98a6dad4e5fe3a0ea83598442510c6e9b;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git 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