FreeBSD Manual Pages
put_backslash(3) Allegro manual put_backslash(3) NAME put_backslash - Puts a path separator at the end of a path if needed. Allegro game programming library. SYNOPSIS #include <allegro.h> void put_backslash(char *filename); DESCRIPTION If the last character of the filename is not a `\', `/', `#' or a de- vice separator (ie. `:' under DOS), this routine will concatenate ei- ther a `\' or `/' on to it (depending on the platform). Note: ignore the function name, it's out of date. SEE ALSO get_extension(3), get_filename(3) Allegro version 4.4.3 put_backslash(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=put_backslash&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
