.\" Generated by the Allegro makedoc utility .TH is_relative_filename 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME is_relative_filename \- Returns TRUE if the filename is relative. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int is_relative_filename(const char *filename); .SH DESCRIPTION Returns TRUE if the filename is relative or FALSE if it is absolute. Note that an absolute filename under DOS (with a device separator) will be considered as relative under Unix, because there absolute paths always start with a slash. .SH SEE ALSO .BR make_absolute_filename (3alleg4), .BR make_relative_filename (3alleg4)