unsigned long afc_string_len ( const char * string);
unsigned long afc_string_len
This function returns the actual string length.
afc_string_new to examine.
Actual string length.
afc_string_len() can handle NULL pointers.
Even if you can use the standard C strlen command, we suggest to use our afc_string_len() it is faster.
afc_string_len() works only with AFC string_news.
afc_string_new()
afc_string_max()