Changeset 609 for branches/GNU/src/binutils/libiberty/strncmp.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/strncmp.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 2 2 This function is in the public domain. */ 3 3 4 /* 5 6 @deftypefn Supplemental int strncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n}) 7 8 Compares the first @var{n} bytes of two strings, returning a value as 9 @code{strcmp}. 10 11 @end deftypefn 12 13 */ 14 4 15 #include <ansidecl.h> 5 #ifdef __STDC__16 #ifdef ANSI_PROTOTYPES 6 17 #include <stddef.h> 7 18 #else -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.