char * afc_string_clear ( char * str );
char * afc_string_clear
This function deletes all the contents of an AFC string. It is similar to /afc_string_copy (str,"",ALL)/ but faster.
The string to clear. MUST be an AFC string_new, created using the afc_string_new() command.
Resulting string.
This function can handle NULL pointers.
afc_string_new()
afc_string_copy()
afc_string_add()