| Main index | Section 3 | Options |
#include <form.h>int set_form_userptr(FORM *form, void *userptr); void* form_userptr(const FORM *form);
The function set_form_userptr returns E_OK (success).
The user pointer is a void pointer. We chose not to leave it as a char pointer for SVr4 compatibility.
| 2024-03-16 | form_userptr (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
