home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
327_01
/
colors.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-10
|
185 b
|
17 lines
#include "panel.h"
#include "keys.h"
main()
{
pan_init();
pan_activate("colors");
while (pan_execute("", 1, 1) != ESC);
pan_destroy();
}