home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
gemlib27.lzh
/
GEMLIB27
/
TESTALER
< prev
next >
Wrap
Text File
|
1993-07-30
|
201b
|
13 lines
#include <aesbind.h>
#include <gemfast.h>
main()
{
int i;
char s[64];
i = form_alert(1, "[1][Just Testing][Hello|World]");
sprintf(s,"[2][Button %d Pressed][Bye]", i);
(void)form_alert(1, s);
}