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

FreeBSD Manual Pages

  
 
  

home | help
al_vfprintf(3)		    Library Functions Manual		  al_vfprintf(3)

NAME
     al_vfprintf - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    int al_vfprintf(ALLEGRO_FILE *pfile, const char *format, va_list args)

DESCRIPTION
     Like  al_fprintf  but takes a va_list.  Useful for creating your own varia-
     tions of formatted printing.  Returns the number of  bytes  written,  or  a
     negative number on error.

SEE ALSO
     al_fprintf(3)

Allegro reference manual					  al_vfprintf(3)

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

home | help