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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_fclose - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    bool al_fclose(ALLEGRO_FILE *f)

DESCRIPTION
     Close the given file, writing any buffered output data (if any).

     Returns  true  on	success, false on failure.  errno is set to indicate the
     error.

Allegro reference manual					    al_fclose(3)

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

home | help