#include <form.h>
FORM *new_form(FIELD **fields);
int free_form(FORM *form);
Unsafe
free_form() disconnects the form from its associated field pointer array and deallocates the space for the form.
E_OK - The function returned successfully. E_BAD_ARGUMENT - An argument is incorrect. E_POSTED - The form is posted.
The header <form.h> automatically includes the headers <eti.h> and <curses.h>.