extern int cfl_section_insert

(cflh_t HANDLE,
  const char* SECTION_NAME )

Adds a new section into a cfl handle.

Documentation

Adds a new section into a cfl handle. Adds a new section named SECTION_NAME into the cfl HANDLE.
Parameters:
HANDLE - The cfl handle in which the new section must go
SECTION_NAME - The name of the new section to add
Returns:
0 in case of success.
CFL_ERR_MALLOC in case of insufficient memory.
CFL_ERR_SECTION_EXISTS if the SECTION_NAME already exists.
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_section_remove()

Alphabetic index


f