1is_relative_filename(3) Allegro manual is_relative_filename(3)
2
3
4
6 is_relative_filename - Returns TRUE if the filename is relative. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 int is_relative_filename(const char *filename);
14
16 Returns TRUE if the filename is relative or FALSE if it is absolute.
17 Note that an absolute filename under DOS (with a device separator) will
18 be considered as relative under Unix, because there absolute paths
19 always start with a slash.
20
21
23 make_absolute_filename(3), make_relative_filename(3)
24
25
26
27Allegro version 4.4.3 is_relative_filename(3)