|
|
To use the form routines, you specify
#include <form.h>in your C program files and compile and link with the command line
cc [ flags ] files -lform -locurses [ libraries ]If you want to use the menu or panel routines as well, place the appropriate -l option before the option -locurses.