afc_string_max

Name

afc_string_max  -- Returns the maximum size of the given string

Synopsis

unsigned long afc_string_max ( cosnt char * string);

Description

This function returns the maximum number of chars that a string created using afc_string_new() can handle.

Inputs

string

afc_string_new to examine.

Result

Note

See Also