Changes between Version 5 and Version 6 of kernel_miscelaneous
- Timestamp:
- Jun 9, 2015, 7:38:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_miscelaneous
v5 v6 16 16 This function can be used for interactive kernel debug. It displays the '''str''' string on TTY0, 17 17 and waits until a character typed on TTY0. 18 19 === unsigned int '''_strlen'''( char* str ) === 20 This function returns the length of the '''str''' string (without the terminating NUL charater). 18 21 19 22 === unsigned int '''_strncmp'''( const char* s1, const char* s2, unsigned int n );