X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fmemmem.c;h=147253f5bad9cba2f98f8f8cde62b68846a28083;hb=173373c6f6388171d1d62a217fae90a052395be2;hp=5d755992b76ec5f3a5d3087845ec722ea2e65a08;hpb=10e1b6bb907a5ec314012ebb75c94a8e5b29b145;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/memmem.c b/libiberty/memmem.c index 5d755992b7..147253f5ba 100644 --- a/libiberty/memmem.c +++ b/libiberty/memmem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2007 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2007,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -17,7 +17,8 @@ /* -@deftypefn Supplemental void* memmem (const void *@var{haystack}, size_t @var{haystack_len} const void *@var{needle}, size_t @var{needle_len}) +@deftypefn Supplemental void* memmem (const void *@var{haystack}, @ + size_t @var{haystack_len} const void *@var{needle}, size_t @var{needle_len}) Returns a pointer to the first occurrence of @var{needle} (length @var{needle_len}) in @var{haystack} (length @var{haystack_len}).