alert3 - Man Page
Like alert(), but with three buttons. Allegro game programming library.
Synopsis
#include <allegro.h>
int alert3(const char *s1, *s2, *s3, const char *b1, *b2, *b3, int c1, c2, c3);
Description
Like alert(), but with three buttons. Returns 1, 2, or 3.
See Also
Referenced By
alert(3), gui_shadow_box_proc(3).
version 4.4.3 Allegro manual