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:
C/C++ Source or Header  |  1989-05-10  |  201 b   |  13 lines

  1. #include <aesbind.h>
  2. #include <gemfast.h>
  3.  
  4. main()
  5. {
  6.     int i;
  7.     char s[64];
  8.  
  9.     i = form_alert(1, "[1][Just Testing][Hello|World]");
  10.     sprintf(s,"[2][Button %d Pressed][Bye]", i);
  11.     (void)form_alert(1, s);
  12. }
  13.