Add a simple file name parser to my_searchenv(),

to try to find the requested file without device, directory and/or in
lower case.
This commit is contained in:
Olaf Seibert
2015-05-31 22:00:04 +02:00
parent 87814f7bb9
commit e46f8ee2c7
2 changed files with 86 additions and 3 deletions

3
util.h
View File

@@ -79,6 +79,9 @@ typedef unsigned long long ulong64;
void upcase(
char *str);
void downcase(
char *str);
void padto(
char *str,
int to);