Main index | Section 3 | Options |
The function free_form disconnects form from its field array and frees the storage allocated for the form.
E_OK | The routine succeeded. |
E_BAD_ARGUMENT | |
Routine detected an incorrect or out-of-range argument. | |
E_CONNECTED | |
The field is already connected to a form. | |
E_SYSTEM_ERROR | |
System error occurred, e.g., malloc failure. | |
The function free_form returns one of the following: | |
E_OK | The routine succeeded. |
E_BAD_ARGUMENT | |
Routine detected an incorrect or out-of-range argument. | |
E_POSTED | |
The form has already been posted. | |
form_new (3X) |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |