afc_string_reset_len

Name

afc_string_reset_len  -- Resets internal string len

Synopsis

unsigned long afc_string_reset_len ( const char * string );

Description

This function is low-level. It is needed to update internal AFC string information when the AFC string is not manipulated by AFC string functions, but rather with standard string functions (like those in string.h). After you have used one function that manipulates an AFC string like it was a standard buffer, you must call afc_string_reset_len to update internal string len rappresentation.

Inputs

string

AFC string to convert.

Result

Note

See Also