Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/strncmp.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    22   This function is in the public domain.  */
    33
     4/*
     5
     6@deftypefn Supplemental int strncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n})
     7
     8Compares the first @var{n} bytes of two strings, returning a value as
     9@code{strcmp}.
     10
     11@end deftypefn
     12
     13*/
     14
    415#include <ansidecl.h>
    5 #ifdef __STDC__
     16#ifdef ANSI_PROTOTYPES
    617#include <stddef.h>
    718#else
Note: See TracChangeset for help on using the changeset viewer.