1file_size_ex(3) Allegro manual file_size_ex(3)
23
4
NAME
6file_size_ex - Returns the size of a file in bytes. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
uint64_t file_size_ex(const char *filename);
14
DESCRIPTION
16Returns the size of a file, in bytes. If the file does not exist or an
17error occurs, it will return zero and store the system error code in
18errno.
1920
SEE ALSO
22file_exists(3), file_time(3), expackf(3)
2324
25
26
Allegro version 4.4.3 file_size_ex(3)