Query: put_backslash
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
put_backslash(3alleg4) Allegro manual put_backslash(3alleg4)NAMEput_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);DESCRIPTIONIf 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 ALSOget_extension(3alleg4), get_filename(3alleg4) Allegro version 4.4.2 put_backslash(3alleg4)
| Related Man Pages |
|---|
| get_filename(3alleg4) - debian |
| exmidi(3alleg4) - centos |
| exmidi(3alleg4) - suse |
| get_filename(3alleg4) - redhat |
| get_filename(3alleg4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Edit value in File |
| How To Grep Via REMSH |
| Calling bash command in perl script |
| Redirect STDOUT and STDERR of chsh |
| awk not escape my bash variable |