put_backslash.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 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.

SEE ALSO

get_extension(3alleg), get_filename(3alleg)