.\" Generated by the Allegro makedoc utility .TH file_size_ex 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME file_size_ex \- Returns the size of a file in bytes. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B uint64_t file_size_ex(const char *filename); .SH DESCRIPTION Returns the size of a file, in bytes. If the file does not exist or an error occurs, it will return zero and store the system error code in errno. .SH SEE ALSO .BR file_exists (3alleg4), .BR file_time (3alleg4), .BR expackf (3alleg4)