fix_filename_case(3alleg4) debian man page | unix.com

Man Page: fix_filename_case

Operating Environment: debian

Section: 3alleg4

fix_filename_case(3alleg4)					  Allegro manual					fix_filename_case(3alleg4)

NAME
fix_filename_case - Converts a filename to a standardised case. Allegro game programming library.
SYNOPSIS
#include <allegro.h> char *fix_filename_case(char *path);
DESCRIPTION
Converts the filename stored in `path' to a standardised case. On DOS platforms, they will be entirely uppercase. On other platforms this function doesn't do anything. Example: get_executable_name(name, sizeof(name)); fix_filename_case(name); allegro_message("Running `%s' ", name);
RETURN VALUE
Returns a copy of the `path' parameter.
SEE ALSO
fix_filename_slashes(3alleg4), canonicalize_filename(3alleg4) Allegro version 4.4.2 fix_filename_case(3alleg4)
Related Man Pages
exfont(3alleg4) - debian
expat(3alleg4) - debian
get_filename(3alleg4) - redhat
get_filename(3alleg4) - linux
get_filename(3alleg4) - v7
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph