X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=f97739f08b6e2954c94ca36290a176447a4ba26f;hb=a1c9e77bebcdf278d9c290a97c82961e159cd896;hp=9c998658c464f694bf674f5cafa659c4b02a414f;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index 9c998658..f97739f0 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,7 +1,7 @@ - -menu_userptr 3x - - +menu_userptr 3x 2023-11-25 ncurses 6.4 Library calls + + -

menu_userptr 3x

+

menu_userptr 3x 2023-11-25 ncurses 6.4 Library calls

-menu_userptr(3x)                                              menu_userptr(3x)
+menu_userptr(3x)                 Library calls                menu_userptr(3x)
 
 
 
@@ -53,8 +53,9 @@
 
 

SYNOPSIS

        #include <menu.h>
-       int set_menu_userptr(MENU *menu, void *userptr);
-       void *menu_userptr(const MENU *menu);
+
+       int set_menu_userptr(MENU *menu, void *userptr);
+       void *menu_userptr(const MENU *menu);
 
 
 

DESCRIPTION

@@ -65,23 +66,14 @@
 
 

RETURN VALUE

        menu_userptr returns a pointer (which may be NULL).  It  does  not  set
-       errno.
+       errno.
 
        set_menu_userptr returns E_OK (success).
 
 
-

SEE ALSO

-       curses(3x), menu(3x).
-
-
-

NOTES

-       The  header  file  <menu.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

PORTABILITY

-       These routines emulate the System V menu library.  They were  not  sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  menu  library.  They were not
+       supported on Version 7 or BSD versions.
 
        The user pointer is a void pointer.  We chose not to leave it as a char
        pointer for SVr4 compatibility.
@@ -92,8 +84,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                              menu_userptr(3x)
+ncurses 6.4                       2023-11-25                  menu_userptr(3x)