Changes between Version 6 and Version 7 of library_stdlib


Ignore:
Timestamp:
Jul 19, 2015, 8:03:10 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdlib

    v6 v7  
    2222This function returns the number of characters in a string. The terminating NUL character is not taken into account.
    2323
    24  * unsigned int '''strcmp'''( char* s1 , char* s2 ) ==
     24 == unsigned int '''strcmp'''( char* s1 , char* s2 ) ==
    2525This function compare the two s1 & s2 strings.It returns 0 if strings are identical (including the terminating NUL character),
    2626and returns 1 if they are not.