diff options
Diffstat (limited to 'libiberty/strncmp.c')
-rw-r--r-- | libiberty/strncmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/strncmp.c b/libiberty/strncmp.c index 916c2f0..23f6df6 100644 --- a/libiberty/strncmp.c +++ b/libiberty/strncmp.c @@ -3,7 +3,8 @@ /* -@deftypefn Supplemental int strncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n}) +@deftypefn Supplemental int strncmp (const char *@var{s1}, @ + const char *@var{s2}, size_t @var{n}) Compares the first @var{n} bytes of two strings, returning a value as @code{strcmp}. |