NAME form_new - create and destroy forms CONTENTS Synopsis Description Return Value See Also Notes Portability Authors SYNOPSIS #include <form.h> FORM *new_form(FIELD **fields); int free_form(FORM *form); DESCRIPTION The function new_form creates a new form connected to a specified field pointer array (which must be NULL-terminated). The function free_form disconnects form from its field array and frees the storage allocated for the form. RETURN VALUE The function new_form returns NULL on error. The function free_form returns one of the following:
The function free_form disconnects form from its field array and frees the storage allocated for the form. RETURN VALUE The function new_form returns NULL on error. The function free_form returns one of the following:
The function free_form returns one of the following: