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

FreeBSD Manual Pages

  
 
  

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

NAME
       al_fwrite - Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      size_t al_fwrite(ALLEGRO_FILE *f,	const void *ptr, size_t	size)

DESCRIPTION
       Write  `size'  bytes from the buffer pointed to by `ptr'	into the given
       file.

       Returns the number of bytes actually written.  If an error occurs,  the
       return value is a short byte count (or zero).

SEE ALSO
       al_fputc(3),	al_fputs(3),	al_fwrite16be(3),    al_fwrite16le(3),
       al_fwrite32be(3), al_fwrite32le(3)

Allegro	reference manual					  al_fwrite(3)

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

home | help