diff options
Diffstat (limited to 'src/user/include/knob/user.h')
-rw-r--r-- | src/user/include/knob/user.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user/include/knob/user.h b/src/user/include/knob/user.h index c4ec7db..45caab4 100644 --- a/src/user/include/knob/user.h +++ b/src/user/include/knob/user.h @@ -6,7 +6,8 @@ void tell_user_sz(const char *sz); void tell_user_n(uint32_t n); -//return value and max_length both include null terminator +//return value and max_length don't include null terminator +//returns the real length of the string uint32_t ask_user_line_sz(char *sz, uint32_t max_length); #endif
\ No newline at end of file |