logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fix_filename_case - Converts a filename to a standardised case. Allegro game programming library.

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'\n", name);

Name

       fix_filename_case - Converts a filename to a standardised case. Allegro game programming library.

Return Value

       Returns a copy of the `path' parameter.

See Also

fix_filename_slashes(3alleg4), canonicalize_filename(3alleg4)

Allegro                                           version 4.4.3                       fix_filename_case(3alleg4)

Synopsis

#include<allegro.h>char*fix_filename_case(char*path);

See Also