DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ETI menus

Compiling and linking menu programs

To use the menu routines, you specify

   #include <menu.h>
in your C program files and compile and link with the command line
   cc [ flags ] files -lmenu -locurses [ libraries ]
If you use the panel routines as well, specify -lpanel before -locurses on the command line.
Next topic: Overview: writing menu programs in ETI
Previous topic: A sample menu

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004