.\" Generated by the Allegro makedoc utility .TH put_backslash 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME put_backslash \- Puts a path separator at the end of a path if needed. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void put_backslash(char *filename); .SH DESCRIPTION If the last character of the filename is not a `\\', `/', `#' or a device separator (ie. `:' under DOS), this routine will concatenate either a `\\' or `/' on to it (depending on the platform). Note: ignore the function name, it's out of date. .SH SEE ALSO .BR get_extension (3alleg4), .BR get_filename (3alleg4)