H24718 s 00000/00000/00030 d D 1.2 02/06/03 17:56:47 patch 3 2 c Import patch patch.37 cC cF25393 cK23305 cPsrc/doc/hello.html e s 00030/00000/00000 d D 1.1 02/06/03 17:56:41 patch 2 1 c Import patch patch.01 cC cF25308 cK49740 cO-rw-rw-r-- e s 00000/00000/00000 d D 1.0 02/06/03 17:56:41 patch 1 0 c BitKeeper file /home/orc/Src/ndialog/nd/doc/hello.html cBorc@pacific.pell.portland.or.us|ChangeSet|20020604075610|31977|6e29fa5631e78430 cF25307 cHpacific.pell.portland.or.us cK60847 cPnd/doc/hello.html cRd6ea2dc8d27afa5e cV4 cX0x821 cZ-07:00 e u U f e 0 f x 0x821 t T I 2
This is the traditional `Hello,world' program using ndialog:
/* * cc -o hello hello.c -lnd -lpanel -lncurses -lgpm */ #include <ndialog.h> main() { init_dialog(); MENU(0, -1, -1, 0, "Hello, World!", 0); end_dialog(); }