Query: fix_filename_case
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fix_filename_case(3alleg4) Allegro manual fix_filename_case(3alleg4)NAMEfix_filename_case - Converts a filename to a standardised case. Allegro game programming library.SYNOPSIS#include <allegro.h> char *fix_filename_case(char *path);DESCRIPTIONConverts 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 VALUEReturns a copy of the `path' parameter.SEE ALSOfix_filename_slashes(3alleg4), canonicalize_filename(3alleg4) Allegro version 4.4.2 fix_filename_case(3alleg4)
Related Man Pages |
---|
get_filename(3alleg4) - suse |
get_filename(3alleg4) - opendarwin |
get_filename(3alleg4) - php |
get_filename(3alleg4) - redhat |
get_filename(3alleg4) - osx |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Is UNIX an open source OS ? |