![]() |
nRF Connect SDK API 3.3.99
|
| int get_line_len | ( | const char * | buf, |
| size_t | buf_len ) |
Get length of a string (or a line). String shall be '\0' terminated. Newline characters are not included in the count. Example: "+CEREG: 1" -> 9 "+CEREG: 1\\r\\n" -> 9.
| [in] | buf | String buffer |
| [in] | buf_len | Input buffer length |