1file_size_ex(3)                 Allegro manual                 file_size_ex(3)
2
3
4

NAME

6       file_size_ex  -  Returns the size of a file in bytes. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       uint64_t file_size_ex(const char *filename);
14

DESCRIPTION

16       Returns the size of a file, in bytes. If the file does not exist or  an
17       error  occurs,  it  will return zero and store the system error code in
18       errno.
19
20

SEE ALSO

22       file_exists(3), file_time(3), expackf(3)
23
24
25
26Allegro                          version 4.4.3                 file_size_ex(3)
Impressum