mitem_new - Online Linux Manual PageSection : 3X
Updated :

NAMEnew_item, free_item − create and destroy menu items

SYNOPSIS#include <menu.h> ITEM *new_item(const char *name, const char *description);
int free_item(ITEM *item);

DESCRIPTIONThe function new_item allocates a new item and initializes it from the name and description pointers. Please notice that the item stores only the pointers to the name and description. Those pointers must be valid during the lifetime of the item. So you should be very careful with names or descriptions allocated on the stack of some routines.
The function
free_item de-allocates an item. Please notice that it is the responsibility of the application to release the memory for the name or the description of the item.

RETURN VALUEThe function new_item returns NULL on error. It sets errno according to the function's failure: E_BAD_ARGUMENT  Routine detected an incorrect or out-of-range argument. E_SYSTEM_ERROR  System error occurred, e.g., malloc failure. The function free_item returns one of the following: E_OK  The routine succeeded. E_BAD_ARGUMENT  Routine detected an incorrect or out-of-range argument. E_CONNECTED  Item is connected to a menu. E_SYSTEM_ERROR  System error occurred (see errno(3)).

SEE ALSOcurses(3X), menu(3X).

NOTESThe header file <menu.h> automatically includes the header file <curses.h>.

PORTABILITYThese routines emulate the System V menu library. They were not supported on Version 7 or BSD versions.

AUTHORSJuergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.
0
Johanes Gumabo
Data Size   :   7,658 byte
man-free_item.3xBuild   :   2024-12-29, 07:25   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   5 / 260,622
Visitor ID   :     :  
Visitor IP   :   18.118.154.78   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.