Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
alert3(3)			 Allegro manual 		       alert3(3)

NAME
     alert3 - Like alert(), but with three buttons. Allegro game programming li-
     brary.

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
     alert(3), gui_fg_color(3)

Allegro 			  version 4.4.3 		       alert3(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=alert3&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help