home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: Alpha
/
Whiteline Alpha.iso
/
progtool
/
c
/
gcc
/
gemlib30.zoo
/
test
/
etc
/
testalert.c.Z
/
testalert.c
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-05-10
|
201 b
|
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);
}