Changes between Version 5 and Version 6 of kernel_miscelaneous


Ignore:
Timestamp:
Jun 9, 2015, 7:38:25 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_miscelaneous

    v5 v6  
    1616This function can be used for interactive kernel debug. It displays the '''str''' string on TTY0,
    1717and waits until a character typed on TTY0.
     18
     19=== unsigned int '''_strlen'''( char* str ) ===
     20This function returns the length of the '''str''' string (without the terminating NUL charater).
    1821
    1922=== unsigned int '''_strncmp'''( const char*  s1, const char*  s2,  unsigned int n );