afc_string_delete

Name

afc_string_delete  -- Remove the string from memory

Synopsis

char * afc_string_delete ( char * string);

Description

This command deallocates a string created using afc_string_new()

Inputs

string

AFC string to free.

Result

Note

See Also