![]() |
![]()
| ![]() |
![]()
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:
RETURN VALUEReturns a copy of the `path' parameter. SEE ALSOfix_filename_slashes(3), canonicalize_filename(3)
|